Deactivate a webhook endpoint and stop all future deliveries
cURL
curl --request DELETE \ --url https://xquik.com/api/v1/webhooks/{id} \ --header 'x-api-key: <x-api-key>'
curl -X DELETE https://xquik.com/api/v1/webhooks/15 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
true
{ "success": true }
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "invalid_id", "message": "Invalid webhook ID format" }
{ "error": "not_found", "message": "Webhook not found" }
x-api-key
Was this page helpful?