Delete webhook
Delete a webhook from the current workspace. The webhook will no longer receive events.
DELETE
/webhooks/{id}Authorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
idstring<uuid>requiredThe unique identifier of the webhook to delete
Responses
200
Webhook deleted
successbooleanWhether the webhook was deleted
401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring