Skip to main content
Deletes a webhook endpoint. It immediately stops receiving events. Requires the webhooks:write scope.

Request

DELETE https://api.blockra.io/webhooks/{id}

Path parameters

id
string
required
The endpoint ID (prefixed whk_).

Response

id
string
The deleted endpoint’s ID.
deleted
boolean
Always true on success.