Skip to main content
POST
/
policies
/
delete_alert
Delete alert 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.

Body

application/json
rule_id
string
required

Response

Alert rule deleted.

ok
boolean