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

Documentation Index

Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Authorizations

Authorization
string
header
required

API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.

Path Parameters

webhook_id
string
required

Response

Successful Response