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": "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"
        }
      ]
    }
  }
}

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