Delete a Webhook
Delete a webhook with the provided id.
DELETE /api/v1/integrations/webhook/{hook_id}/
Headers
Name | Value |
---|---|
Authorization | Bearer Base64Encoded(Client ID:Client Secret) |
Response
{
"success": true,
"message": "Successfully deleted webhook"
}