Method: customers.devices.removeConfiguration
تزيل ميزة "إزالة الإعدادات" إعدادات من الجهاز.
طلب HTTP
POST https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/devices:removeConfiguration
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. يدير العميل الجهاز بالتنسيق customers/[CUSTOMER_ID] .
|
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
الحقول |
device |
object (DeviceReference )
مطلوب. الجهاز المطلوب إزالة الإعدادات منه
|
نص الاستجابة
إذا كانت الاستجابة ناجحة، يكون نص الاستجابة فارغًا.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/androidworkzerotouchemm
لمزيد من المعلومات، يُرجى الاطّلاع على نظرة عامة على بروتوكول OAuth 2.0.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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`."]]],[]]