Skip to main content
You are viewing v4 of the Coralogix API. v5 is the current version. Go to the v5 reference

Bulk delete alert definitions

POSThttps://api.coralogix.com/mgmt/openapi/4/alerts/alerts/v3/all/delete

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

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

A request to delete multiple alert defintions by their IDs

    ids#string[]
    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.

    deletedIds#string[]
    Example: ["123e4567-e89b-12d3-a456-426614174000"]
    notFoundIds#string[]
    Example: ["123e4567-e89b-12d3-a456-426614174000"]