Method: properties.accessBindings.batchDelete
删除与多位用户与某个账号或媒体资源的关联相关的信息。
HTTP 请求
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchDelete
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
必需。拥有访问权限绑定的账号或媒体资源。DeleteAccessBindingRequest 消息中“names”字段的所有提供值的父级必须与此字段匹配。格式:- accounts/{account} - properties/{property}
|
请求正文
请求正文中包含结构如下的数据:
字段 |
requests[] |
object (DeleteAccessBindingRequest )
必需。指定要删除的访问权限绑定的请求。一次最多可批量删除 1,000 个访问权限绑定。
|
响应正文
如果成功,响应正文将为空的 JSON 对象。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/analytics.manage.users
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-14。
[null,null,["最后更新时间 (UTC):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."]]],[]]