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": "41d04c94-af2a-4ce2-bb99-cbfc93d7067c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Placeat impedit esse explicabo.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Commodi sunt sint praesentium.",
"slug": "placeat-impedit-esse-explicabo",
"enabled": true,
"created_at": "2026-01-29T20:16:31.890-08:00",
"updated_at": "2026-01-29T20:16:31.999-08:00",
"calling_tree_prompt": "Et ipsam possimus dicta.",
"paging_targets": [
{
"id": "9844b4f8-efdd-497f-9cd2-c677e36e3cbf",
"type": "service",
"alert_urgency_id": "1c638bd5-af88-432f-8889-74f4f1a821a3"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "41d04c94-af2a-4ce2-bb99-cbfc93d7067c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Placeat impedit esse explicabo.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Commodi sunt sint praesentium.",
"slug": "placeat-impedit-esse-explicabo",
"enabled": true,
"created_at": "2026-01-29T20:16:31.890-08:00",
"updated_at": "2026-01-29T20:16:31.999-08:00",
"calling_tree_prompt": "Et ipsam possimus dicta.",
"paging_targets": [
{
"id": "9844b4f8-efdd-497f-9cd2-c677e36e3cbf",
"type": "service",
"alert_urgency_id": "1c638bd5-af88-432f-8889-74f4f1a821a3"
}
]
}
}
}