Stay organized with collections
Save and categorize content based on your preferences.
Cancels an unfinished device wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped. This operation is possible when the device is in a "pending wipe" state. The device enters the "pending wipe" state when a wipe device command is issued, but has not yet been sent to the device. The cancel wipe will fail if the wipe command has already been issued to the device.
HTTP request
POST https://cloudidentity.googleapis.com/v1/{name=devices/*}:cancelWipe
Required. Resource name of the Device in format: devices/{device}, where device is the unique ID assigned to the Device.
Request body
The request body contains data with the following structure:
JSON representation
{"customer": string}
Fields
customer
string
Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["This operation cancels an unfinished device wipe if the device is in a \"pending wipe\" state, meaning a wipe command has been issued but not yet sent to the device."],["The `POST` request to `https://cloudidentity.googleapis.com/v1/{name=devices/*}:cancelWipe` is used, where `name` is the unique device ID."],["The request body includes an optional `customer` field to specify the customer resource, using `customers/my_customer` for the user's own organization."],["A successful operation returns an instance of `Operation`, and one of the OAuth scopes `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity` is required for authorization."]]],[]]