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": "3d859fc5-243c-4c5e-9f3f-14e95fff2389",
    "type": "escalation_paths",
    "attributes": {
      "name": "Quos repudiandae ut quia.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "351a8b4c-f96c-4513-863e-085c068cf825",
      "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-11-04T19:18:49.510-08:00",
      "updated_at": "2025-11-04T19:18:51.189-08:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "bb64ee98-df59-404a-a1aa-8c4ff50fa759"
          ]
        }
      ]
    },
    "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