Skip to main content
POST
Bulk delete alerts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization the alerts belong to.

Body

application/json

The request body for deleting multiple alerts.

alertIds
string[]
required

The IDs of the alerts to delete. At most 20 per request.

Required array length: 1 - 20 elements

Response