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": "d16bd352-2906-4203-ae33-0c8823ec43c7",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Sapiente laborum rerum perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ut quo beatae perspiciatis.",
"slug": "sapiente-laborum-rerum-perferendis",
"enabled": true,
"created_at": "2026-02-11T19:17:30.605-08:00",
"updated_at": "2026-02-11T19:17:30.672-08:00",
"calling_tree_prompt": "Nulla quasi sed repellat.",
"paging_targets": [
{
"id": "f4450c53-ee5f-45f8-aa14-0b9ffd4cc1a1",
"type": "service",
"alert_urgency_id": "909727ef-b58b-40fc-bd4f-1d64856f6d42"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d16bd352-2906-4203-ae33-0c8823ec43c7",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Sapiente laborum rerum perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ut quo beatae perspiciatis.",
"slug": "sapiente-laborum-rerum-perferendis",
"enabled": true,
"created_at": "2026-02-11T19:17:30.605-08:00",
"updated_at": "2026-02-11T19:17:30.672-08:00",
"calling_tree_prompt": "Nulla quasi sed repellat.",
"paging_targets": [
{
"id": "f4450c53-ee5f-45f8-aa14-0b9ffd4cc1a1",
"type": "service",
"alert_urgency_id": "909727ef-b58b-40fc-bd4f-1d64856f6d42"
}
]
}
}
}