Webex · Example Payload

Webex Delete Multiple Handsets Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Delete Multiple Handsets 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": "Delete multiple handsets",
  "method": "DELETE",
  "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/handsets/",
  "summary": "Delete multiple handsets",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "handsetIds": [
          "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX0hBTkRTRVQvYjE0MDYyOWUtZTExMy00ODQyLWIxMmMtMDVjODEwYTRjYjIz",
          "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX1NUQVRJT04vYjVhMTQxN2ItZGNiYi00MGMzLWE3YWQtNTY1MGZkZGRkNQ"
        ],
        "deleteAll": "true"
      }
    }
  ],
  "responseExamples": []
}