Webhooks
Delete a webhook
Remove a webhook endpoint. Pending deliveries to it are dropped.
DELETE https://u2l.ai/api/v1/webhooks/{id}
Authorizations
Authorizationstringrequired
Bearer authentication header of the form Bearer <token>, where <token> is your U2L API key (u2l_live_...). Create one in the dashboard under Settings > API.
Path Parameters
idstringrequired
Response 200
messagestring
Errors
401 Error
404 Error
See Rate Limits & Errors for the error envelope and per-plan limits.