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
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/policies/delete_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"ok": true
}