Webex · Schema

SafeDeleteCheckForDisableCallingLocationResponse

Response from safe delete check operation for disabling a calling location.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
locationDeleteStatus object
blocking object
nonBlocking object
blockingUnlessForced object
View JSON Schema on GitHub

JSON Schema

webex-safedeletecheckfordisablecallinglocationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SafeDeleteCheckForDisableCallingLocationResponse",
  "title": "SafeDeleteCheckForDisableCallingLocationResponse",
  "type": "object",
  "description": "Response from safe delete check operation for disabling a calling location.",
  "properties": {
    "locationDeleteStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LocationDeleteStatus"
        },
        {
          "description": "Status of disable calling location safe delete check."
        }
      ]
    },
    "blocking": {
      "$ref": "#/components/schemas/BlockingDisableCallingLocation"
    },
    "nonBlocking": {
      "$ref": "#/components/schemas/NonBlockingDisableCallingLocation"
    },
    "blockingUnlessForced": {
      "$ref": "#/components/schemas/BlockingUnlessForcedDisableCallingLocation"
    }
  }
}