Skip to main content
DELETE
/
core
/
alerts
/
rules
/
{name}
Delete alert rule
curl --request DELETE \
  --url https://acusight.io/api/core/alerts/rules/{name} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

name
string
required

Alert rule name

Response

Alert rule deleted

The response is of type object.