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,"removeResetLock": boolean}
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.
removeResetLock
boolean
Optional. Specifies if a user is able to factory reset a device after a Device Wipe. On iOS, this is called "Activation Lock", while on Android, this is known as "Factory Reset Protection". If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device.
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-11-12 UTC."],[[["This API endpoint, `POST https://cloudidentity.googleapis.com/v1beta1/{name=devices/*}:wipe`, wipes all data from the specified device."],["The `name` parameter is required in the URL, specifying the device's resource name in the format `devices/{deviceId}/deviceUsers/{device_user_id}`."],["The request body allows specifying the `customer` (either `customers/my_customer` for the user's own organization or `customers/{customerId}` for managing another organization's device)."],["The request body also allows optionally allowing users to factory reset the wiped device by setting the `removeResetLock` property to `true`, otherwise this protection is not modified."],["Proper authorization is needed, requiring either the `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity` OAuth scope."]]],[]]