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": "65a5e6b9-0c4b-497c-855f-b8195a3b8ad3",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Enim temporibus quia iste.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Nesciunt neque doloribus nam.",
      "slug": "enim-temporibus-quia-iste",
      "enabled": true,
      "created_at": "2026-02-04T14:56:47.868-08:00",
      "updated_at": "2026-02-04T14:56:47.937-08:00",
      "calling_tree_prompt": "Occaecati reprehenderit itaque laudantium.",
      "paging_targets": [
        {
          "id": "3f80b79f-50e2-42e2-b1e4-12693d79d0bb",
          "type": "service",
          "alert_urgency_id": "cf0efee4-6a12-4b3f-863b-11de989e03d4"
        }
      ]
    }
  }
}

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