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": "08955d8e-000f-446f-af4d-67aca8bac4a5",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Ut voluptas sit delectus.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Et error reprehenderit voluptas.",
      "slug": "ut-voluptas-sit-delectus",
      "enabled": true,
      "created_at": "2025-11-24T17:29:12.764-08:00",
      "updated_at": "2025-11-24T17:29:12.894-08:00",
      "calling_tree_prompt": "Ut est laudantium odio.",
      "paging_targets": [
        {
          "id": "944c32db-ef48-4aca-92dd-a96c3d6748b4",
          "type": "service",
          "alert_urgency_id": "2584922e-0c7c-401a-aeab-c41c658904c4"
        }
      ]
    }
  }
}

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