Method: properties.accessBindings.batchDelete
המחיקה של מידע על קישורים של כמה משתמשים לחשבון או לנכס.
בקשת HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchDelete
כתובת ה-URL משתמשת בתחביר של Transcoding של 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 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["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"]]