Skip to main content
DELETE
/
v1
/
live_call_routers
/
{id}
Delete a Live Call Router
curl --request DELETE \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "035a640c-4dc5-437e-9cde-2022c59c2151",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Voluptas omnis optio eos.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Doloribus inventore qui assumenda.",
      "slug": "voluptas-omnis-optio-eos",
      "enabled": true,
      "created_at": "2026-02-22T23:51:16.962-08:00",
      "updated_at": "2026-02-22T23:51:17.053-08:00",
      "calling_tree_prompt": "Omnis quia fugit laudantium.",
      "paging_targets": [
        {
          "id": "6e13f840-5882-405a-a9b7-8fb7eabe46cc",
          "type": "service",
          "alert_urgency_id": "fcf981e4-42ca-41ee-a3df-611db420e728"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

live_call_router deleted

data
object
required