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.
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/{customerId}, where customerId 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 following gRPC Transcoding syntax, targeting a specific DeviceUser by their unique IDs within a device."],["The request requires the `name` path parameter to identify the DeviceUser and optionally takes the `customer` query parameter to specify the organization."],["The request body should be empty, and a successful request will return an `Operation` instance."],["It requires one of two specific OAuth scopes for authorization: `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity`."]]],[]]