DELETE
/
v1
/
escalation_paths
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "205b1701-315d-49c4-80b9-a386b5762cbc",
    "type": "escalation_paths",
    "attributes": {
      "name": "Cumque rerum dolorem voluptate.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "f436bb44-c6c2-4de1-9d78-d3602d64f2b6",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "created_at": "2025-03-20T17:48:56.745-07:00",
      "updated_at": "2025-03-20T17:48:59.600-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "2abf48cd-ddd9-4b75-be32-cdfbea64c595"
          ]
        }
      ]
    },
    "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
data
object
required