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": "e5620cd3-83f6-4aec-b41e-32e9ce8e42eb",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Et sapiente voluptatum voluptates.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Et atque perferendis necessitatibus.",
"slug": "et-sapiente-voluptatum-voluptates",
"enabled": true,
"created_at": "2026-02-02T20:41:17.225-08:00",
"updated_at": "2026-02-02T20:41:17.300-08:00",
"calling_tree_prompt": "Sint tenetur accusantium aut.",
"paging_targets": [
{
"id": "db7e5ab4-98b5-4f14-b427-3fefab9da0cb",
"type": "service",
"alert_urgency_id": "6284be46-9cef-474e-add6-69a29f9a7735"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e5620cd3-83f6-4aec-b41e-32e9ce8e42eb",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Et sapiente voluptatum voluptates.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Et atque perferendis necessitatibus.",
"slug": "et-sapiente-voluptatum-voluptates",
"enabled": true,
"created_at": "2026-02-02T20:41:17.225-08:00",
"updated_at": "2026-02-02T20:41:17.300-08:00",
"calling_tree_prompt": "Sint tenetur accusantium aut.",
"paging_targets": [
{
"id": "db7e5ab4-98b5-4f14-b427-3fefab9da0cb",
"type": "service",
"alert_urgency_id": "6284be46-9cef-474e-add6-69a29f9a7735"
}
]
}
}
}