curl -X DELETE /api/v1/webhooks/1 \
-H "x-api-key: mh_live_abc123..."
{
"deleted": true
}
Webhooks
Delete Webhook
Delete a registered webhook endpoint
DELETE
/
api
/
v1
/
webhooks
/
{endpointId}
curl -X DELETE /api/v1/webhooks/1 \
-H "x-api-key: mh_live_abc123..."
{
"deleted": true
}

