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": "f95978b8-75e0-4105-b6b3-379143f323e0",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 3",
      "alerts_source_id": "974cf7e0-0b1e-4e56-9770-436ba1a07964",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": null,
      "created_at": "2025-10-21T21:02:58.503-07:00",
      "updated_at": "2025-10-21T21:03:02.531-07:00",
      "destinations": [],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "52830e8c-7a02-400a-9802-35f570d214d1",
            "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
I