Skip to main content
DELETE
/
v1
/
alert_routing_rules
/
{id}
Delete an alert routing rule
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_routing_rules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "5eb11abc-48dc-4052-944c-05ec9c193fa0",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 4",
      "alerts_source_id": "d0e90a31-6ccc-4d14-b17c-be69cf640d50",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": null,
      "created_at": "2026-01-16T12:36:59.687-08:00",
      "updated_at": "2026-01-16T12:37:04.268-08:00",
      "destinations": [],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "1aee6d1a-95fb-401a-8807-b3eab0dac815",
            "type": "groups"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

alert routing rule deleted

data
object
required