Skip to main content
Version: v1
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

NameValue
AuthorizationBearer Base64Encoded(Client ID:Client Secret)

Response

{
"success": true,
"message": "Successfully deleted webhook"
}