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": "2efd390c-5d7d-4d2b-b638-33015be4d56c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Est excepturi fugiat et.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ut eveniet quia aliquid.",
"slug": "est-excepturi-fugiat-et",
"enabled": true,
"created_at": "2025-11-27T00:11:06.516-08:00",
"updated_at": "2025-11-27T00:11:06.615-08:00",
"calling_tree_prompt": "Non voluptas dolores cumque.",
"paging_targets": [
{
"id": "6263c7ed-2da0-45ca-bc74-e0b9bb053db5",
"type": "service",
"alert_urgency_id": "839c76ed-8117-4dfa-87a5-31716f7ed2f9"
}
]
}
}
}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": "2efd390c-5d7d-4d2b-b638-33015be4d56c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Est excepturi fugiat et.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ut eveniet quia aliquid.",
"slug": "est-excepturi-fugiat-et",
"enabled": true,
"created_at": "2025-11-27T00:11:06.516-08:00",
"updated_at": "2025-11-27T00:11:06.615-08:00",
"calling_tree_prompt": "Non voluptas dolores cumque.",
"paging_targets": [
{
"id": "6263c7ed-2da0-45ca-bc74-e0b9bb053db5",
"type": "service",
"alert_urgency_id": "839c76ed-8117-4dfa-87a5-31716f7ed2f9"
}
]
}
}
}