{ "$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." }