Skip to main content
DELETE
/
webhooks
/
:id
curl -X DELETE https://api.60db.ai/webhooks/wh-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "Webhook deleted successfully"
}

Request

Path Parameters

id
string
required
The ID of the webhook to delete

Headers

Authorization
string
required
Bearer token with your API key

Response

success
boolean
Indicates successful deletion
message
string
Confirmation message
curl -X DELETE https://api.60db.ai/webhooks/wh-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "Webhook deleted successfully"
}