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": "509ba917-f2fa-4b5e-a4ab-91be0a73f66c",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 4",
      "alerts_source_id": "139529e2-eac9-45d8-a69d-75d1d46bee42",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": null,
      "created_at": "2025-11-13T17:26:33.715-08:00",
      "updated_at": "2025-11-13T17:26:37.732-08:00",
      "destinations": [],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "3b654efb-853a-4694-9575-593fe1a8a20a",
            "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