v1
latestOpenAPI 3.0.32026-07-264469137.7 KBWebhooks
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.
Example response
{
"status": "deleted",
"endpoint_id": "whe_1a2b3c4d5e"
}