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": "3d2b5897-a2e1-497f-b7bd-aa491b135ba7",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Provident minus doloribus quae.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Ratione vero sed pariatur.",
      "slug": "provident-minus-doloribus-quae",
      "enabled": true,
      "created_at": "2026-01-08T18:06:16.060-08:00",
      "updated_at": "2026-01-08T18:06:16.238-08:00",
      "calling_tree_prompt": "Facilis omnis et autem.",
      "paging_targets": [
        {
          "id": "3fd0965e-0263-498e-b351-52064d1ff2be",
          "type": "service",
          "alert_urgency_id": "01b7bd61-089d-4625-b764-9947e477b1ae"
        }
      ]
    }
  }
}

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