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": "925c4582-6568-402b-97c2-c439a9fa6652",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "a89fca0d-6712-4d32-a5dd-6799ef26e52c",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-01-10T22:55:28.384-08:00",
"updated_at": "2026-01-10T22:55:30.899-08:00",
"notification_target_params": [
{
"id": "302",
"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": "925c4582-6568-402b-97c2-c439a9fa6652",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "a89fca0d-6712-4d32-a5dd-6799ef26e52c",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-01-10T22:55:28.384-08:00",
"updated_at": "2026-01-10T22:55:30.899-08:00",
"notification_target_params": [
{
"id": "302",
"type": "user",
"team_members": "all"
}
]
}
}
}