Webex · Example Payload

Webex Remove Phone Numbers From A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Remove Phone Numbers From A Location Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Remove phone numbers from a location",
  "method": "DELETE",
  "path": "/telephony/config/locations/{locationId}/numbers",
  "summary": "Remove phone numbers from a location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          "+12145557861",
          "+12145551321"
        ]
      }
    }
  ],
  "responseExamples": []
}