Method: customers.configurations.delete
未使用の構成を削除します。設定が適用されたデバイスを使用している場合、API 呼び出しは失敗します。
HTTP リクエスト
DELETE https://androiddeviceprovisioning.googleapis.com/v1/{name=customers/*/configurations/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除する構成。customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID] 形式の API リソース名。この設定がデバイスに適用されると、API 呼び出しは失敗します。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidworkzerotouchemm
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-07 UTC。
[null,null,["最終更新日 2024-08-07 UTC。"],[[["This API endpoint is used to delete an unused configuration using a DELETE HTTP request."],["The `name` path parameter is required, which specifies the configuration to delete in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`."],["The request body for this operation must be empty."],["If successful, the response body will also be empty, and it fails if the configuration is applied to any devices."],["The authorization scope required for this operation is `https://www.googleapis.com/auth/androidworkzerotouchemm`."]]],[]]