Skip to main content

Delete an Alert

This operation deletes an alert.

More Details

Path Parameters
  • alertId2 string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /alertrule/:alertid2    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
alertId2 — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/AlertRule/:alertId2' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'