Webex · Schema

LocationDeleteStatus

* `BLOCKED` - Disable Webex Calling location operation is blocked and cannot proceed. * `UNBLOCKED` - Disable Webex Calling location operation can proceed without any restrictions. * `FORCE_REQUIRED` - Disable Webex Calling location operation requires forceDelete to be set to true.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-locationdeletestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationDeleteStatus",
  "title": "LocationDeleteStatus",
  "type": "string",
  "enum": [
    "BLOCKED",
    "UNBLOCKED",
    "FORCE_REQUIRED"
  ],
  "description": " * `BLOCKED` - Disable Webex Calling location operation is blocked and cannot proceed.\n * `UNBLOCKED` - Disable Webex Calling location operation can proceed without any restrictions.\n * `FORCE_REQUIRED` - Disable Webex Calling location operation requires forceDelete to be set to true."
}