Skip to content

Delete a webhook

DELETE
/api/admin/webhooks/{id}
curl --request DELETE \
--url https://example.com/api/admin/webhooks/example \
--header 'Authorization: Bearer <token>'

Deletes a webhook configuration

id
required

Webhook ID

string

Webhook deleted successfully

Error deleting webhook