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": "681b8741-742a-4855-a6c4-f9cd79c946ee",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Deleniti minus asperiores laudantium.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Sit accusamus unde tempora.",
      "slug": "deleniti-minus-asperiores-laudantium",
      "enabled": true,
      "created_at": "2025-07-14T15:04:25.824-07:00",
      "updated_at": "2025-07-14T15:04:26.015-07:00",
      "alert_urgency_id": "673d3e06-6f4d-43f4-aef8-f80405878ffd",
      "escalation_policy_trigger": {
        "id": "9cc31ab3-70d4-4446-b02f-595515c09117",
        "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

200
application/vnd.api+json

live_call_router deleted

The response is of type object.