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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.poly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

An API key is a token that you provide when making API calls. Include the token in a header parameter called X-API-KEY.

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 June 1, 2026