Required. Resource name of the Device in format: devices/{deviceId}, where deviceId is the unique ID assigned to the Device.
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 is used to delete a specific device using a DELETE HTTP request."],["The `name` path parameter is required and represents the resource name of the device, formatted as `devices/{deviceId}`."],["An optional `customer` query parameter can be provided to specify the customer associated with the device."],["The request body for this operation must be empty, and upon successful deletion, it returns an Operation instance."],["Deleting a device requires authorization with one of the specified OAuth scopes: `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity`."]]],[]]