Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{endpointId}
curl -X DELETE /api/v1/webhooks/1 \
  -H "x-api-key: mh_live_abc123..."
{
  "deleted": true
}

Path parameters

endpointId
integer
required
The webhook endpoint ID to delete.

Response

deleted
boolean
true if the endpoint was successfully deleted.
curl -X DELETE /api/v1/webhooks/1 \
  -H "x-api-key: mh_live_abc123..."
{
  "deleted": true
}