Skip to main content
DELETE
/
alerts
/
rules
/
{ruleId}
Delete an alert rule
curl --request DELETE \
  --url https://api.artosai.com/alerts/rules/{ruleId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "rule_id": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ruleId
string
required

Response

200 - application/json

Alert rule deleted

message
string
rule_id
string
deleted_at
string<date-time>