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": "61326707-1449-4dc6-b209-a28dcb91f4e8",
    "type": "escalation_paths",
    "attributes": {
      "name": "Commodi eaque aut qui.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "a7c18b4c-98f5-4eb6-9d87-7ec349bfb5a3",
      "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-10-15T11:54:45.801-07:00",
      "updated_at": "2025-10-15T11:54:47.698-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "d704bec0-6cb7-48b7-918f-8422512c93af"
          ]
        }
      ]
    },
    "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
I