Skip to main content
DELETE
/
v1
/
alert-rules
/
{rule_id}
Delete an alert rule
curl --request DELETE \
  --url https://api.us.poly.ai/v1/alert-rules/{rule_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

rule_id
string
required

The rule_id must be a prefixed ID (e.g. ar_0Kx4mNpQ8rWvYb2dFgHjLs).

Pattern: ^ar_[A-Za-z0-9]+$
Example:

"ar_0Kx4mNpQ8rWvYb2dFgHjLs"

Response

Alert rule deleted successfully.

Last modified on March 31, 2026