{ "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 } } } ] }