Bulk delete alert definitions
POST
https://api.coralogix.com/mgmt/openapi/5/alerts/alerts/v3/all/deleteDelete multiple alert definitions by their IDs. The operation is atomic - either all alerts are deleted or none are.
Requires the following permissions:
alerts:UpdateConfig
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Body
application/json
A request to delete multiple alert defintions by their IDs
ids#string[]
List of alert definition IDs to delete.
Example:
["123e4567-e89b-12d3-a456-426614174000"]Response
application/json
A response to the bulk deletion of alert definitions. The operation is atomic - either all alerts are deleted or none are.