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": "b69e8067-c45c-4438-99b8-3e4429ec3069",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Est aut excepturi qui.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Consequatur eveniet perferendis quo.",
      "slug": "est-aut-excepturi-qui",
      "enabled": true,
      "created_at": "2025-12-15T07:00:49.018-08:00",
      "updated_at": "2025-12-15T07:00:49.097-08:00",
      "calling_tree_prompt": "Nam aliquam hic adipisci.",
      "paging_targets": [
        {
          "id": "ac2ef2d1-dac9-4a44-b8fb-7de4985c0acd",
          "type": "service",
          "alert_urgency_id": "1c910dbe-cb4f-496c-aa99-49d8eecba2ec"
        }
      ]
    }
  }
}

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