Bulk delete alert definitions
Delete multiple alert definitions by their IDs. The operation is atomic - either all alerts are deleted or none are.
Requires the following permissions:
alerts:UpdateConfig
Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Body
A request to delete multiple alert defintions by their IDs
List of alert definition IDs to delete.
List of alert definition IDs to delete.
["123e4567-e89b-12d3-a456-426614174000"]Response
A response to the bulk deletion of alert definitions. The operation is atomic - either all alerts are deleted or none are.
IDs of alert definitions that were successfully deleted
IDs of alert definitions that were successfully deleted
["123e4567-e89b-12d3-a456-426614174000"]IDs of alert definitions that were not found
IDs of alert definitions that were not found
["123e4567-e89b-12d3-a456-426614174000"]