Skip to main content
DELETE
https://api.trycase.ai/api/v1
/
webhooks
/
{id}
curl -X DELETE "https://api.trycase.ai/api/v1/webhooks/wh_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Webhook deleted"
}

Delete Webhook

Delete a webhook. You will no longer receive events at this endpoint.
id
string
required
The unique webhook ID
curl -X DELETE "https://api.trycase.ai/api/v1/webhooks/wh_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Webhook deleted"
}