{{{ "title": "Delete Alert Policy", "date": "03-25-2015", "author": "Bryan Friedman", "attachments": [] }}}
Deletes a given alert policy by ID. Calls to this operation must include a token acquired from the authentication endpoint. See the Login API for information on acquiring this token.
When to Use It
Use this API operation when you want to delete a specific alert policy within a given account.
URL
Structure
DELETE https://api.ctl.io/v2/alertPolicies/{accountAlias}/{policyId}
Example
DELETE https://api.ctl.io/v2/alertPolicies/ALIAS/80a7bf90b199454b859399bff54f4173
Request
URI Parameters
Name | Type | Description | Req. |
---|---|---|---|
AccountAlias | string | Short code for a particular account | Yes |
PolicyId | string | ID of the alert policy being queried. | Yes |
Response
The response will not contain JSON content, but should return a standard HTTP 200 OK
response upon deletion of the policy.