Required. Resource name of the Device in format: devices/{device}/deviceUsers/{deviceUser}, where device is the unique ID assigned to the Device, and deviceUser is the unique ID assigned to the User.
Query parameters
Parameters
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.
Request body
The request body must be empty.
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 endpoint deletes a specified DeviceUser, revoking their access to device data."],["The DELETE request is made to a URL that follows gRPC Transcoding syntax: `https://cloudidentity.googleapis.com/v1/{name=devices/*/deviceUsers/*}`."],["The `name` path parameter specifies the resource name of the DeviceUser to be deleted, formatted as `devices/{device}/deviceUsers/{deviceUser}`."],["The `customer` query parameter is optional and represents the resource name of the customer, either `customers/my_customer` for your own organization or `customers/{customer}` for another organization."],["Successful deletion results in a response body containing an instance of Operation, and authorization requires one of two OAuth scopes."]]],[]]