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.
Path parameters
Response
JSON
200
Successfully deleted webhook
401
Unauthorized
403
Forbidden
404
Webhook not found