Method: matters.holds.removeHeldAccounts

从保全中移除指定帐号。按照与请求相同的顺序返回状态列表。

HTTP 请求

POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts

网址采用 gRPC 转码语法。

路径参数

参数
matterId

string

诉讼或调查 ID。

holdId

string

保全 ID。

请求正文

请求正文中包含结构如下的数据:

JSON 表示法
{
  "accountIds": [
    string
  ]
}
字段
accountIds[]

string

要从保全中移除的账号的 ID。

响应正文

对批量删除保留的帐号的响应。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "statuses": [
    {
      object (Status)
    }
  ]
}
字段
statuses[]

object (Status)

已删除帐号的状态列表。结果的顺序与请求相同。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/ediscovery

有关详情,请参阅授权指南