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": "294e8468-bea7-4c15-84bf-a16adef9c37a",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "dbec27ba-2fb1-4849-be9d-8572de6ca76b",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-10T12:00:38.394-08:00",
"updated_at": "2026-02-10T12:00:43.468-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": "294e8468-bea7-4c15-84bf-a16adef9c37a",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "dbec27ba-2fb1-4849-be9d-8572de6ca76b",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2026-02-10T12:00:38.394-08:00",
"updated_at": "2026-02-10T12:00:43.468-08:00",
"notification_target_params": [
{
"id": "337",
"type": "user",
"team_members": "all"
}
]
}
}
}