Delete a specific escalation level by id
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "833ae6ac-fb3c-450a-acd4-33d71c68efd8",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "0e1c33b2-3ce3-49a5-8ed9-920451c9ba1a",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-07T16:46:44.919-08:00",
"updated_at": "2026-02-07T16:46:47.081-08:00",
"notification_target_params": [
{
"id": "337",
"type": "user",
"team_members": "all"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "833ae6ac-fb3c-450a-acd4-33d71c68efd8",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "0e1c33b2-3ce3-49a5-8ed9-920451c9ba1a",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-07T16:46:44.919-08:00",
"updated_at": "2026-02-07T16:46:47.081-08:00",
"notification_target_params": [
{
"id": "337",
"type": "user",
"team_members": "all"
}
]
}
}
}