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": "8b879dd2-b5cf-457b-b718-3f7408fad118",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 3",
      "alerts_source_id": "bc486ed7-7f7a-44c5-ba7b-353b0f43e3a0",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": null,
      "created_at": "2025-11-06T13:18:10.286-08:00",
      "updated_at": "2025-11-06T13:18:17.746-08:00",
      "destinations": [],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "ae1c580a-05a4-4d33-a674-cc1069067e99",
            "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