Delete alert rule
DELETE {{baseUrl}}/alerts/rules/:ruleId?aid=1234
Deletes an alert rule from your account. Users must have both Edit alert rules
and Edit tests
permissions, especially if the rule is linked to any tests. Without these permissions, an error occurs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |