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": "0a2315ad-8ade-41ed-9cca-7c72a867325e",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Vero magni ducimus et.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Ullam et velit nam.",
      "slug": "vero-magni-ducimus-et",
      "enabled": true,
      "created_at": "2025-10-28T14:28:28.392-07:00",
      "updated_at": "2025-10-28T14:28:28.506-07:00",
      "alert_urgency_id": "31d37d47-7750-441e-92b1-ce8dda1e0d10",
      "escalation_policy_trigger": {
        "id": "f93f2566-5802-4adb-a13e-d17d4105c759",
        "type": "service"
      }
    }
  }
}

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