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": "6dffc774-6b73-44bd-b873-b72110958e04",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "5605836b-f315-4a9a-bee1-08ac6e1e9451",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "created_at": "2025-07-08T03:00:57.706-07:00",
      "updated_at": "2025-07-08T03:01:05.428-07:00",
      "destinations": [],
      "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.