Skip to main content

Delete Anomaly Alert

Select

SaaS
Customer Managed

This operation is used to Delete an Anomaly alert

Path Parameters
  • ClientId integer required

    Client Id for the salesforce organization

  • AlertId integer required

    Alert ID

Responses

OK

DELETE /salesforce/:clientid/alerts/:alertid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientId — path required
AlertId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/Alerts/:AlertId' \
-H 'Authtoken: <API_KEY_VALUE>'