Skip to main content
DELETE
/
v2
/
webhooks
/
{webhook_id}
curl -X DELETE 'https://api.anyformat.ai/v2/webhooks/wh_1234567890/' \
  -H 'Authorization: Bearer YOUR_API_KEY'
// No response body - webhook successfully deleted
Delete a webhook subscription.
Deleting a webhook is permanent and cannot be undone. If you re-create the webhook, a new signing secret will be issued.
curl -X DELETE 'https://api.anyformat.ai/v2/webhooks/wh_1234567890/' \
  -H 'Authorization: Bearer YOUR_API_KEY'
// No response body - webhook successfully deleted

Headers

authorization
string | null

Path Parameters

webhook_id
string
required

Response

Successful Response