The Only API docs
Webhooks

Delete a webhook

Guide: [Webhooks](/docs/webhooks)

DELETE
/webhooks/{webhook_id}

Guide: Webhooks

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

webhook_id*integer

Response Body

application/json

curl -X DELETE "https://example.com/webhooks/0"
{  "success": true}