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": "e5620cd3-83f6-4aec-b41e-32e9ce8e42eb",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Et sapiente voluptatum voluptates.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Et atque perferendis necessitatibus.",
      "slug": "et-sapiente-voluptatum-voluptates",
      "enabled": true,
      "created_at": "2026-02-02T20:41:17.225-08:00",
      "updated_at": "2026-02-02T20:41:17.300-08:00",
      "calling_tree_prompt": "Sint tenetur accusantium aut.",
      "paging_targets": [
        {
          "id": "db7e5ab4-98b5-4f14-b427-3fefab9da0cb",
          "type": "service",
          "alert_urgency_id": "6284be46-9cef-474e-add6-69a29f9a7735"
        }
      ]
    }
  }
}

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