Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
live_call_router deleted
Delete a specific Live Call Router by id
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c237900-bfe5-4e23-a189-4e1f139c8cbd",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quidem molestiae pariatur sit.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Eos eos perferendis fuga.",
"slug": "quidem-molestiae-pariatur-sit",
"enabled": true,
"created_at": "2025-12-03T12:48:44.853-08:00",
"updated_at": "2025-12-03T12:48:44.928-08:00",
"calling_tree_prompt": "Et quod similique ut.",
"paging_targets": [
{
"id": "99f41c14-9555-4fd1-ba36-c5182dbc28c2",
"type": "service",
"alert_urgency_id": "3de483ea-2e9d-46db-a877-92d5adaa811c"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
live_call_router deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3c237900-bfe5-4e23-a189-4e1f139c8cbd",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quidem molestiae pariatur sit.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Eos eos perferendis fuga.",
"slug": "quidem-molestiae-pariatur-sit",
"enabled": true,
"created_at": "2025-12-03T12:48:44.853-08:00",
"updated_at": "2025-12-03T12:48:44.928-08:00",
"calling_tree_prompt": "Et quod similique ut.",
"paging_targets": [
{
"id": "99f41c14-9555-4fd1-ba36-c5182dbc28c2",
"type": "service",
"alert_urgency_id": "3de483ea-2e9d-46db-a877-92d5adaa811c"
}
]
}
}
}