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": "a429cd7b-f178-4496-a719-80a791f19b65",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Eaque provident temporibus corrupti.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione minima dolores adipisci.",
"slug": "eaque-provident-temporibus-corrupti",
"enabled": true,
"created_at": "2025-12-17T18:11:45.545-08:00",
"updated_at": "2025-12-17T18:11:45.619-08:00",
"calling_tree_prompt": "Odit molestiae sed ipsa.",
"paging_targets": [
{
"id": "584f9805-64d3-4aa7-8b46-c9e33ad5a18c",
"type": "service",
"alert_urgency_id": "aac282d5-7ea0-4b09-b21c-1a04f2527182"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a429cd7b-f178-4496-a719-80a791f19b65",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Eaque provident temporibus corrupti.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione minima dolores adipisci.",
"slug": "eaque-provident-temporibus-corrupti",
"enabled": true,
"created_at": "2025-12-17T18:11:45.545-08:00",
"updated_at": "2025-12-17T18:11:45.619-08:00",
"calling_tree_prompt": "Odit molestiae sed ipsa.",
"paging_targets": [
{
"id": "584f9805-64d3-4aa7-8b46-c9e33ad5a18c",
"type": "service",
"alert_urgency_id": "aac282d5-7ea0-4b09-b21c-1a04f2527182"
}
]
}
}
}