DELETE
/
v1
/
alert_routing_rules
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_routing_rules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9bed6234-49d0-42e5-ae3a-4677077dde33",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "fe5d17d8-4452-4b88-a83d-6972d0667eaa",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-06-19T02:37:09.603-07:00",
      "updated_at": "2025-06-19T02:37:14.224-07:00",
      "destination": {
        "id": "c48e67a1-599a-4d1a-9e7e-8089b250469f",
        "target_type": "EscalationPolicy",
        "target_id": "b9562bb1-fc04-444f-85a3-c5c4b8c14e02",
        "created_at": "2025-06-19T02:37:09.906-07:00",
        "updated_at": "2025-06-19T02:37:14.217-07:00"
      },
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": []
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

alert routing rule deleted

The response is of type object.