DELETE
/
v1
/
live_call_routers
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "893923ac-06f2-4ef4-8aaa-25f08d59e863",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Incidunt accusantium corporis sed.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Fugit debitis dolor voluptatibus.",
      "slug": "incidunt-accusantium-corporis-sed",
      "enabled": true,
      "created_at": "2025-04-18T09:50:57.534-07:00",
      "updated_at": "2025-04-18T09:50:57.719-07:00",
      "alert_urgency_id": "80bb2fe8-bce6-4988-a9fd-44d72f82ea88",
      "escalation_policy_trigger": {
        "id": "ade371c1-e8b4-498e-95dd-10567d997f32",
        "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
data
object
required