Delete a webhook
Permanently deletes a webhook endpoint and all associated delivery history.
Parameters
Path Parameters
id
string
Required
Webhook endpoint ID to delete
Returns
200
Webhook deleted successfully
401
Authentication required
404
Webhook not found
Related
Webhooks
DELETE/api/v1/webhooks/[id]