cURL
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" }
Removes an alert rule. Deleting a rule stops any notifications configured for it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Alert rule deleted