v51

OpenAPI 3.0.0raw.githubusercontent.com2026-07-1000256.1 KB
Webhooks

Delete Webhook

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.

delete/api/v2/webhooks/{id}

Path parameters

idstring required

Webhook ID

Response

Successfully deleted webhook

EmptyResponse required