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": "4f170713-bfca-4242-a0b1-6eb568a0aa83",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Eaque doloribus tenetur minima.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Voluptatem porro fuga culpa.",
      "slug": "eaque-doloribus-tenetur-minima",
      "enabled": true,
      "created_at": "2025-05-08T00:22:53.233-07:00",
      "updated_at": "2025-05-08T00:22:53.410-07:00",
      "alert_urgency_id": "e17db338-d152-4cd0-a480-02b04c988902",
      "escalation_policy_trigger": {
        "id": "e265a0f7-9dbe-4c7e-b080-1176299032d7",
        "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.