Stay organized with collections
Save and categorize content based on your preferences.
Cancels an unfinished user account wipe. This operation can be used to cancel device wipe in the gap between the wipe operation returning success and the device being wiped.
HTTP request
POST https://cloudidentity.googleapis.com/v1beta1/{name=devices/*/deviceUsers/*}:cancelWipe
Required. Resource name of the Device in format: devices/{deviceId}/deviceUsers/{device_user_id}, where deviceId is the unique ID assigned to the Device, and device_user_id is the unique ID assigned to the User.
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/{customerId}, where customerId 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 API call cancels an in-progress user account wipe operation on a device, which is useful after the initial wipe command has succeeded but before the device is fully wiped."],["The API endpoint is a POST request to `https://cloudidentity.googleapis.com/v1beta1/{name=devices/*/deviceUsers/*}:cancelWipe`, using gRPC Transcoding syntax."],["The request requires a `name` parameter specifying the device and device user's resource name, formatted as `devices/{deviceId}/deviceUsers/{device_user_id}`."],["The request body may optionally include a `customer` field to define the customer associated with the operation, using either `customers/my_customer` or `customers/{customerId}`."],["Successful execution of the API call will return an instance of an `Operation` object in the response body and it requires one of the following authorization scopes: `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity`."]]],[]]