Delete Alert Definition
Using this method, you can delete a particular alert definition
Request
URI
DELETE
https://{api_host}/suite-api/api/alertdefinitions/{id}
COPY
Path Parameters
string
id
Required
The id of the Alert Definition to delete
Responses
204
The alert definition is deleted successfully
Operation doesn't return any data structure
404
No Alert Definition has been found for the identifier specified
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/alertdefinitions/{id}
Alerts Operations
GET
Get Alert Definitions
PUT
Update Alert Definition
POST
Create Alert Definition
PUT
Enable Alert Definition In Policies
PUT
Disable Alert Definition In Policies
GET
Get Alerts
POST
Modify Alerts
GET
Get Alert Notes
POST
Add Alert Note
POST
Query Alert
POST
Query Alert Notes
POST
Query Alert Groups
POST
Query Alert Definitions
GET
Get Alert
GET
Get Alert Note
DELETE
Delete Alert Note
GET
Get Alert Types
GET
Get Alert Contributing Symptoms
GET
Get Alert Definition By Id
DELETE
Delete Alert Definition
DELETE
Delete Canceled Alerts