Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
escalation level deleted
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": "c41f1f5a-1af0-40a9-8860-aec6d5c196b3",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "5fab1fe3-8e53-47a4-9ee1-c81ae8cce22d",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-10-07T10:06:11.709-07:00",
"updated_at": "2025-10-07T10:06:15.741-07:00",
"notification_target_params": [
{
"id": "159",
"type": "user",
"team_members": "all"
}
]
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
escalation level deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "c41f1f5a-1af0-40a9-8860-aec6d5c196b3",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "5fab1fe3-8e53-47a4-9ee1-c81ae8cce22d",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-10-07T10:06:11.709-07:00",
"updated_at": "2025-10-07T10:06:15.741-07:00",
"notification_target_params": [
{
"id": "159",
"type": "user",
"team_members": "all"
}
]
}
}
}