Skip to main content

Delete Alert Custom Rule

Select

SaaS
Customer Managed

Delete the alert custom rule by using the given alert rule id

Path Parameters
  • alertRuleId int32 required

    Unique Id of the alert custom rule to delete it

Responses

Success


Schema
  • errorCode int32

    error code value

  • attributes object[]

    list of attributes

  • name string
  • value string
PUT /alert/customrule/:alertruleid/delete    

Authorization

type: apiKeyname: Authtokenin: header

Request

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