DELETE
/
{product}
/
alert-policies
/
{alertPolicyId}
curl --request DELETE \
  --url https://api.phare.io/{product}/alert-policies/{alertPolicyId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.
Please be aware that the Phare API is currently in beta and is subject to change.

Authorizations

Authorization
string
header
required

Use 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>
required

The Phare product

Available options:
uptime
alertPolicyId
integer
required

ID of the alert policy to delete