Alert Rules
Delete an alert rule
Delete an alert rule by ID for a given alert policy
DELETE
/
{product}
/
alert-policies
/
{alertPolicyId}
/
alert-rules
/
{alertRuleId}
Please be aware that the Phare API is currently in beta and is subject to change.
Authorizations
Authorization
string
headerrequiredUse a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
Path Parameters
product
enum<string>
requiredThe Phare product
Available options:
uptime
alertPolicyId
integer
requiredID of the alert policy to delete
alertRuleId
integer
requiredID of the alert rule to delete
Was this page helpful?