Skip to main content
DELETE
/
v1
/
escalation_paths
/
{id}
Delete an escalation path
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a32f1b86-3e4e-417b-9230-9f00f9bf5a26",
    "type": "escalation_paths",
    "attributes": {
      "name": "Dicta blanditiis consequatur eveniet.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "68d8f69f-1fca-4af6-b157-198de0377739",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "time_restriction_time_zone": null,
      "time_restrictions": [],
      "created_at": "2025-12-15T13:43:08.585-08:00",
      "updated_at": "2025-12-15T13:43:10.459-08:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "f5028164-2c2b-4a97-97dd-04dfdbddef53"
          ]
        }
      ]
    },
    "relationships": {
      "escalation_levels": {
        "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

escalation path deleted

data
object
required