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": "6db9154b-0442-4242-82cb-a9c9d452b7c4",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptatibus et fugiat quis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione quis ipsam illo.",
"slug": "voluptatibus-et-fugiat-quis",
"enabled": true,
"created_at": "2026-01-22T20:06:07.060-08:00",
"updated_at": "2026-01-22T20:06:07.174-08:00",
"calling_tree_prompt": "Amet corporis aut ut.",
"paging_targets": [
{
"id": "50a48566-bf4f-4b8c-a3a2-674bf4f00538",
"type": "service",
"alert_urgency_id": "67ec5daa-c4c5-4257-b551-db0be3b9d4a7"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6db9154b-0442-4242-82cb-a9c9d452b7c4",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptatibus et fugiat quis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione quis ipsam illo.",
"slug": "voluptatibus-et-fugiat-quis",
"enabled": true,
"created_at": "2026-01-22T20:06:07.060-08:00",
"updated_at": "2026-01-22T20:06:07.174-08:00",
"calling_tree_prompt": "Amet corporis aut ut.",
"paging_targets": [
{
"id": "50a48566-bf4f-4b8c-a3a2-674bf4f00538",
"type": "service",
"alert_urgency_id": "67ec5daa-c4c5-4257-b551-db0be3b9d4a7"
}
]
}
}
}