Required. Resource name of the Device in format: devices/{device}, where device 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/{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 2025-08-06 UTC."],[[["\u003cp\u003eThis API endpoint allows the deletion of a specific device using a DELETE request.\u003c/p\u003e\n"],["\u003cp\u003eThe device to be deleted is identified by its unique resource name, provided in the request URL's path.\u003c/p\u003e\n"],["\u003cp\u003eThe optional \u003ccode\u003ecustomer\u003c/code\u003e query parameter specifies the customer associated with the device, allowing either management of your own organization's device, or another organizations.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, and a successful response returns an Operation instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes related to cloud identity and devices, as detailed in the authentication documentation.\u003c/p\u003e\n"]]],[],null,["# Method: devices.delete\n\nDeletes the specified device.\n\n### HTTP request\n\n`DELETE https://cloudidentity.googleapis.com/v1/{name=devices/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.devices`\n- `https://www.googleapis.com/auth/cloud-identity`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]