Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://encrata.com/api/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
Permanently remove a webhook and all its delivery history.
Authorization
Authorization: Bearer YOUR_API_KEY
curl -X DELETE https://encrata.com/api/webhooks \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"id": "360cb300-d885-4c18-af2c-d259f936bb38"}'
{ "status": "deleted" }