DELETE
/
v1
/
escalation_paths
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "5bfb8ffa-49ec-4ab3-be4b-da3754959ff2",
    "type": "escalation_paths",
    "attributes": {
      "name": "Soluta numquam eum facere.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "ff3544ba-460c-4ac5-b51f-2bbdcad69019",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "created_at": "2025-05-29T17:42:00.693-07:00",
      "updated_at": "2025-05-29T17:42:04.004-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "19f1dcdb-ee59-4955-a707-d1f293b4dbec"
          ]
        }
      ]
    },
    "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

200
application/vnd.api+json

escalation path deleted

The response is of type object.