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": "e5bb33ee-cb0e-4286-9435-726625d1c14a",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Quae eos voluptas perspiciatis.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Dignissimos delectus voluptatem molestiae.",
      "slug": "quae-eos-voluptas-perspiciatis",
      "enabled": true,
      "created_at": "2025-12-08T20:00:41.862-08:00",
      "updated_at": "2025-12-08T20:00:41.993-08:00",
      "calling_tree_prompt": "Fugit iusto dicta nihil.",
      "paging_targets": [
        {
          "id": "fa2ac42d-3bf5-4a56-b58a-7bd7cb4826b1",
          "type": "service",
          "alert_urgency_id": "cf85f37c-1bf0-47f6-ab90-96f7ec159ef4"
        }
      ]
    }
  }
}

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