Skip to main content
curl -X DELETE https://xquik.com/api/v1/webhooks/15 \
  -H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq

Path Parameters

id
string
required
The webhook ID to delete.

Headers

x-api-key
string
required
Your API key. This endpoint also accepts session cookie authentication.

Response

success
boolean
Always true on successful deletion.
{ "success": true }
The webhook is deactivated immediately. Pending deliveries that are already in-flight may still be attempted, but no new deliveries will be queued.
This endpoint supports dual authentication — either API key (x-api-key header) or session cookie from the dashboard.Related: List Webhooks · Create Webhook