Delete Alert Webhook
Delete an existent Alert Webhook configured for the requester user customer ID
Authentication
Permissions
Endpoint
Headers
Path Params
Request Example:
Response:
Response Body:
Path parameters
webhook_idstring · uuidRequired
UUID of the webhook to delete
Header parameters
Access-TokenstringRequired
JWT access token for authentication
X-API-KeystringRequired
API key for authentication
Responses
200
Webhook deleted successfully; returns deleted webhook data
application/json
Deleted webhook data returned on successful DELETE (secret and enabled excluded)
idstring · uuidRequired
webhook_urlstring · uriRequired
descriptionstring · nullableOptional
created_atstring · date-timeRequired
deletedbooleanRequired
Always true for delete response
400
Bad Request – invalid webhook ID format
application/json
401
Unauthorized – missing or invalid token
application/json
403
Forbidden – insufficient permissions
application/json
404
Not Found – webhook does not exist or does not belong to customer
application/json
500
Internal Server Error
application/json
delete
/alerts/webhook/{webhook_id}Last updated