v1

latestOpenAPI 3.0.32026-07-23273969.2 KB

Delete alert webhook

Delete an alert webhook by ID. Requires ownership for the authenticated customer. Returns the deleted webhook data (id, webhook_url, description, created_at). Requires admin or external-api-delete-alert-webhook-endpoint.

delete/alerts/webhook/{webhook_id}

Path parameters

webhook_idstring uuid required

UUID of the webhook to delete

Headers

Access-Tokenstring required

JWT access token for authentication

X-API-Keystring required

API key for authentication

Response

Webhook deleted successfully; returns deleted webhook data

idstring uuid required
webhook_urlstring uri required
descriptionstring nullable
created_atstring date-time required
deletedboolean required

Always true for delete response