Delete alert rule
Deletes an alert rule. No further notifications will fire for this rule.
POST
Delete alert rule
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes an alert rule. No further notifications will fire for this rule.
curl --request POST \
--url https://api.svantic.com/policies/delete_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"ok": true
}curl --request POST \
--url https://api.svantic.com/policies/delete_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"ok": true
}