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": "a07263ff-c825-4088-8845-b90b95ab042d",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "5b39b640-5333-4d8c-9404-f41d9d54fdce",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-04-18T09:44:28.257-07:00",
      "updated_at": "2025-04-18T09:44:33.752-07:00",
      "destination": {
        "id": "2102d761-9e9e-4198-8dc0-4338b58546cd",
        "target_type": "EscalationPolicy",
        "target_id": "1d7244eb-e381-4c06-8dfa-9bce467fa064",
        "created_at": "2025-04-18T09:44:28.590-07:00",
        "updated_at": "2025-04-18T09:44:33.742-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
data
object
required