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.
Delete a webhook registration.
DELETE /v1/accounts/:accountId/webhooks/:id
curl -X DELETE https://api.collab-kit.com/v1/accounts/${ACCOUNT_ID}/webhooks/wh_abc123 \ -H "Authorization: Bearer ${TOKEN}"
{ "type": "response", "success": true, "description": "Webhook deleted", "data": {}, "error": null }