Skip to main content

Delete AlertDefinitions

Delete alert definitions

Path Parameters
  • id int32 required
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/alertdefinitions/:id    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
id — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V4/AlertDefinitions/:id' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'