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>'
{
  "error": {
    "code": "validation_error",
    "message": "keyword: Required",
    "details": {},
    "request_id": "<string>"
  }
}

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