---
title: "Enable/Disable Route CallerID"
method: PUT
path: "/route-caller-ids"
tags: ["Route Caller IDs (DID)"]
---

# Enable/Disable Route CallerID

`PUT /route-caller-ids`

### Update Route Caller IDs

This endpoint allows the user to update route caller IDs by sending an HTTP PUT request to the specified URL.

#### Request Body

- `id` (string) - The ID of the caller to be updated.
    
- `action` (string) - The action to be performed on the caller ID. Enable `1`, Disable `0`

## Request body

- object
  - `action` string
  - `id` string

## Response `200`

successful operation

- object
  - `callerIds` object[]
    - `caller_id_name` string
    - `caller_id_number` string
    - `created_at` string
    - `id` string
    - `is_active` string

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
