Method: customers.devices.removeConfiguration
Bir yapılandırmayı cihazdan kaldırır.
HTTP isteği
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Cihazı customers/[CUSTOMER_ID] biçiminde yöneten müşteri.
|
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
Alanlar |
device |
object (DeviceReference )
Zorunlu. Yapılandırmanın kaldırılacağı cihaz.
|
Yanıt gövdesi
Başarılı olursa yanıt metni boş olur.
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidworkzerotouchemm
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleyi inceleyin.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-08 UTC.
[null,null,["Son güncelleme tarihi: 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`."]]],["This document details how to remove a configuration from a device via a POST request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration`. The `parent` path parameter is required, formatted as `customers/[CUSTOMER_ID]`. The request body must include a `device` object specifying the target device. A successful request results in an empty response body. The `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope is required for authorization.\n"]]