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": "3261db4c-267c-4702-b569-2b09eab3e26c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Numquam voluptas non ratione.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Reiciendis dignissimos inventore quo.",
"slug": "numquam-voluptas-non-ratione",
"enabled": true,
"created_at": "2026-02-18T18:59:04.619-08:00",
"updated_at": "2026-02-18T18:59:04.690-08:00",
"calling_tree_prompt": "Ut fugit laborum dolor.",
"paging_targets": [
{
"id": "32ea0666-e596-450d-bf3b-cd5df2ce5c22",
"type": "service",
"alert_urgency_id": "4ccf49c1-519d-4a68-925a-9558063bda9a"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3261db4c-267c-4702-b569-2b09eab3e26c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Numquam voluptas non ratione.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Reiciendis dignissimos inventore quo.",
"slug": "numquam-voluptas-non-ratione",
"enabled": true,
"created_at": "2026-02-18T18:59:04.619-08:00",
"updated_at": "2026-02-18T18:59:04.690-08:00",
"calling_tree_prompt": "Ut fugit laborum dolor.",
"paging_targets": [
{
"id": "32ea0666-e596-450d-bf3b-cd5df2ce5c22",
"type": "service",
"alert_urgency_id": "4ccf49c1-519d-4a68-925a-9558063bda9a"
}
]
}
}
}