Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
escalation policy deleted
Delete a specific escalation policy by id
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "3115bce9-9845-4cf6-8f3f-3b8adcc1df63",
"type": "escalation_policies",
"attributes": {
"name": "Dolorum voluptatum maxime rerum.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 129,
"last_updated_by_user_id": 130,
"group_ids": [],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00 AM",
"end_time": "05:00 PM"
},
"created_at": "2025-10-08T19:32:04.853-07:00",
"updated_at": "2025-10-08T19:32:09.343-07:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "5c9b70c3-109c-4df1-af1c-721b93e9637b",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
escalation policy deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "3115bce9-9845-4cf6-8f3f-3b8adcc1df63",
"type": "escalation_policies",
"attributes": {
"name": "Dolorum voluptatum maxime rerum.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 129,
"last_updated_by_user_id": 130,
"group_ids": [],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00 AM",
"end_time": "05:00 PM"
},
"created_at": "2025-10-08T19:32:04.853-07:00",
"updated_at": "2025-10-08T19:32:09.343-07:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "5c9b70c3-109c-4df1-af1c-721b93e9637b",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}