Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete Webhook

DELETE/api/v2/webhooks/{id}

Deletes a webhook. Blocked with a 409 while any alert still references it — reassign or remove those alerts first — so deletion never leaves an alert pointing at a missing webhook (which would silently drop notifications). Mirrors the internal webhook delete guard.

Authorizations

  • AuthorizationBearer API Keyheaderrequired
    `Authorization: Bearer <token>`

Path parameters

  • idstringrequired

    Webhook ID

Response

JSON

200

Successfully deleted webhook

Navigation