Deprecation Notice
This version (v1) will be removed by 31 March 2026.
Delete a Webhook
Delete a webhook with the provided id.
DELETE /integrations/webhook/{hook_id}/
Headers
| Name | Value |
|---|---|
| Authorization | Bearer Base64Encoded(Client ID:Client Secret) |
Response
{
"success": true,
"message": "Successfully deleted webhook"
}