Delete a Webhook
DELETE
/api/v1/webhooks/{uuid}Permanently delete a webhook and all associated event history.
Path Parameters
ParameterTypeDescription
uuidrequiredstringWebhook identifier
bash
curl -X DELETE https://exportcomments.com/api/v1/webhooks/a1b2c3d4-5678-90ab-cdef-1234567890ab \-H "X-AUTH-TOKEN: your-api-key"
Returns 204 No Content on success.
Cascading delete
Deleting a webhook also removes all associated event history. Use the toggle endpoint to temporarily disable deliveries without losing history.