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": "b5f16fce-9578-4c1c-abee-655bc14801fb",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Pariatur rerum velit architecto.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Ipsum reiciendis est minima.",
      "slug": "pariatur-rerum-velit-architecto",
      "enabled": true,
      "created_at": "2026-02-21T14:33:33.184-08:00",
      "updated_at": "2026-02-21T14:33:33.250-08:00",
      "calling_tree_prompt": "Voluptatibus delectus et velit.",
      "paging_targets": [
        {
          "id": "88ee3e3d-2ab9-42cc-a914-5abebb6c4557",
          "type": "service",
          "alert_urgency_id": "05e2accf-2148-4e43-8f0b-12daa6eab658"
        }
      ]
    }
  }
}

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