Method: customers.devices.removeConfiguration
Removes a configuration from device.
HTTP request
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The customer managing the device in the format customers/[CUSTOMER_ID] .
|
Request body
The request body contains data with the following structure:
Fields |
device |
object (DeviceReference )
Required. The device to remove the configuration from.
|
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidworkzerotouchemm
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
[null,null,["Last updated 2024-08-07 UTC."],[[["This API endpoint removes a configuration from a specified device using a POST request to the URL `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration`."],["The `parent` path parameter, representing the customer ID, is required and must be in the format `customers/[CUSTOMER_ID]`."],["The request body must contain a `device` object, a `DeviceReference` to specify which device the configuration should be removed from."],["A successful request results in an empty response body."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/androidworkzerotouchemm`."]]],[]]