Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook subscription
curl --request DELETE \
  --url https://api.app.hrizn.io/v1/public/webhooks/{id} \
  --header 'X-API-Key: <api-key>'
Permanently deletes a webhook subscription. This cannot be undone. Scope required: webhooks:write

Path parameters

id
string
required
UUID of the webhook subscription.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string
required

Webhook subscription ID

Response

Webhook deleted

Last modified on March 1, 2026