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": "d8063163-d6df-4e90-b257-cd393fb02d50",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Repellendus beatae id nihil.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Quidem explicabo et aut.",
      "slug": "repellendus-beatae-id-nihil",
      "enabled": true,
      "created_at": "2026-02-01T23:30:39.011-08:00",
      "updated_at": "2026-02-01T23:30:39.087-08:00",
      "calling_tree_prompt": "Enim vel ipsum sequi.",
      "paging_targets": [
        {
          "id": "41aeb03f-0694-432c-aecb-2dadd0a96897",
          "type": "service",
          "alert_urgency_id": "bf9309fc-fd2b-4299-93cb-eba67a7b8638"
        }
      ]
    }
  }
}

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