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
}

Documentation Index

Fetch the complete documentation index at: https://dev-docs.multihopper.com/llms.txt

Use this file to discover all available pages before exploring further.

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
}