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": "c34bff55-237a-4c89-bb9d-13199d27f571",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis eius modi eligendi.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Sunt soluta odio in.",
"slug": "omnis-eius-modi-eligendi",
"enabled": true,
"created_at": "2025-08-02T12:39:33.870-07:00",
"updated_at": "2025-08-02T12:39:33.970-07:00",
"alert_urgency_id": "3ad59920-f98f-4612-bf12-88d610da85ba",
"escalation_policy_trigger": {
"id": "802db01d-d5ec-476e-8c32-ce6d08f3fbf1",
"type": "service"
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
live_call_router deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "c34bff55-237a-4c89-bb9d-13199d27f571",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis eius modi eligendi.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Sunt soluta odio in.",
"slug": "omnis-eius-modi-eligendi",
"enabled": true,
"created_at": "2025-08-02T12:39:33.870-07:00",
"updated_at": "2025-08-02T12:39:33.970-07:00",
"alert_urgency_id": "3ad59920-f98f-4612-bf12-88d610da85ba",
"escalation_policy_trigger": {
"id": "802db01d-d5ec-476e-8c32-ce6d08f3fbf1",
"type": "service"
}
}
}
}