Delete a specific escalation path by id
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3624635a-0237-420d-bc10-46600c3d7600",
"type": "escalation_paths",
"attributes": {
"name": "Est soluta cupiditate quo.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "4bb179ba-5771-4004-828b-a46b6131ab30",
"match_mode": "match-all-rules",
"position": 1,
"repeat": false,
"repeat_count": 1,
"initial_delay": 0,
"time_restriction_time_zone": null,
"time_restrictions": [],
"created_at": "2026-02-13T18:06:14.317-08:00",
"updated_at": "2026-02-13T18:06:15.119-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"c161294d-044c-4b26-b314-55f7c69d6892"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3624635a-0237-420d-bc10-46600c3d7600",
"type": "escalation_paths",
"attributes": {
"name": "Est soluta cupiditate quo.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "4bb179ba-5771-4004-828b-a46b6131ab30",
"match_mode": "match-all-rules",
"position": 1,
"repeat": false,
"repeat_count": 1,
"initial_delay": 0,
"time_restriction_time_zone": null,
"time_restrictions": [],
"created_at": "2026-02-13T18:06:14.317-08:00",
"updated_at": "2026-02-13T18:06:15.119-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"c161294d-044c-4b26-b314-55f7c69d6892"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}