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.
HTTP request
POST https://cloudidentity.googleapis.com/v1beta1/{name=devices/*}:cancelWipe
Required. Resource name of the Device in format: devices/{deviceId}, where deviceId 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/{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 endpoint allows the cancellation of an in-progress device wipe operation after the initial success response but before the device is actually wiped."],["The request is made using a POST method to a specific URL structure, incorporating gRPC Transcoding syntax and requiring a device resource name in the path."],["The request body may include the customer resource name, which is optional if used within one's own organization."],["A successful response returns an Operation instance, and the operation requires specific OAuth scopes for authorization."]]],[]]