Skip to main content
DELETE
/
partner
/
v1
/
webhooks
/
{id}
curl -X DELETE https://prod.api.unleeshed.ai/partner/v1/webhooks/whk_abc123 \
  -H "X-Api-Key: your_api_key"
{
  "success": true,
  "message": "Webhook deleted successfully"
}
Permanently delete a webhook. Pending deliveries will be cancelled.

Path Parameters

id
string
required
Webhook ID
curl -X DELETE https://prod.api.unleeshed.ai/partner/v1/webhooks/whk_abc123 \
  -H "X-Api-Key: your_api_key"
{
  "success": true,
  "message": "Webhook deleted successfully"
}