Method: customers.devices.removeConfiguration
HTTP リクエスト
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。customers/[CUSTOMER_ID] 形式でデバイスを管理しているお客様。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
フィールド |
device |
object (DeviceReference )
必須。構成を削除するデバイス。
|
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidworkzerotouchemm
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-08 UTC。
[null,null,["最終更新日 2024-11-08 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`."]]],[]]