Skip to main content

Delete a Webhook

Delete a webhook with the provided id.

DELETE/api/v1/integrations/webhook/{hook_id}/

Headers

NameValue
AuthorizationBearer Base64Encoded(Client ID:Client Secret)

Response

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