v1

latestOpenAPI 3.0.32026-07-264469137.7 KB
Webhooks

Delete a webhook endpoint

Delete a webhook endpoint. It stops receiving events immediately. Requires the webhooks:write scope.

delete/v1/webhooks/endpoints/{endpoint_id}

Path parameters

endpoint_idstring required

The webhook endpoint's ID.

Response

The endpoint was deleted.

statusstring required

Always deleted.

endpoint_idstring required

The deleted endpoint's id.

Example response

{
  "status": "deleted",
  "endpoint_id": "whe_1a2b3c4d5e"
}