Webex · Example Payload

Webex Safe Delete Check Before Disabling Calling Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Safe Delete Check Before Disabling Calling 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": "Safe Delete Check Before Disabling Calling Location",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/actions/precheckForDeletion/invoke",
  "summary": "Safe Delete Check Before Disabling a Location for Webex Calling",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "locationDeleteStatus": "FORCE_REQUIRED",
        "blocking": {
          "lastLocation": false,
          "trunksInUseCount": 0,
          "usersInUseCount": 0,
          "workspacesInUseCount": 0,
          "virtualLineInUseCount": 0,
          "numbersOrderPending": false
        },
        "nonBlocking": {
          "numbersPresent": true
        },
        "blockingUnlessForced": {
          "nonUserEntitiesInUse": true,
          "trunksCount": 2
        }
      }
    }
  ]
}