Method: properties.accessBindings.batchDelete
تؤدي هذه العملية إلى حذف معلومات عن روابط مستخدمين متعدّدين بحساب أو موقع.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchDelete
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. الحساب أو الموقع الذي يملك عمليات ربط الوصول يجب أن يتطابق الحقل الرئيسي لجميع القيم المقدَّمة لحقل names في رسائل DeleteAccessBindingRequest مع هذا الحقل. التنسيقات: - accounts/{account} - properties/{property}
|
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
الحقول |
requests[] |
object (DeleteAccessBindingRequest )
مطلوب. الطلبات التي تحدّد عمليات ربط الوصول المطلوب حذفها يمكن حذف 1,000 عملية ربط وصول كحد أقصى في دفعة واحدة.
|
نص الاستجابة
إذا كانت الاستجابة ناجحة، يكون نص الاستجابة هو عنصر JSON فارغ.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.manage.users
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This operation allows for the deletion of multiple user access bindings within a specified Google Analytics account or property."],["It utilizes an HTTP POST request with a structured JSON body containing details of the access bindings to be removed."],["Successful execution results in an empty response body, indicating completion of the deletion process."],["Authorization requires the `https://www.googleapis.com/auth/analytics.manage.users` scope for user management permissions."],["Developers can leverage the provided path parameters and request body structure to interact with this functionality programmatically."]]],["The provided information outlines a batch deletion process for user access bindings within Google Analytics. It utilizes a `POST` HTTP request to a specific URL with a required `parent` path parameter indicating the account or property. The request body is in JSON format containing an array of `requests`, each specifying an access binding to delete, with a limit of 1000 per batch. A successful deletion results in an empty JSON response. This process requires `analytics.manage.users` OAuth scope.\n"]]