Skip to main content

Delete Multiple Triggered alerts

Delete multiple triggered alerts

Request Body
  • alertId int32[]
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/triggeredalerts/action/delete    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
Body
{
"alertId": [
0
]
}
curl -L -X PUT 'https://localhost/webconsole/api/V4/TriggeredAlerts/Action/Delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"alertId": [
0
]
}'