Enable/Disable Route CallerID

Enables or disables an existing route caller ID.

Parameters.

  • id (integer, required): ID of the route caller ID to update.
  • action (integer, required): 1 to enable, 0 to disable.

Returns. The updated record inside the callerIds envelope.

Notes. A caller ID that is in use as a user caller ID or as the last caller ID of an outbound route cannot be disabled until it is replaced.

Example.

PUT /api/route-caller-ids
{
  "id": 9,
  "action": 0
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

ID of the route caller ID to update.

integer
enum
required

Action to perform: 1 = enable, 0 = disable.

Allowed:
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json