Method: matters.holds.removeHeldAccounts
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Belirtilen hesapları beklemeye alma durumundan çıkarır. İstekle aynı sıradaki durumların listesini döndürür.
HTTP isteği
POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
matterId |
string
Konu kimliği.
|
holdId |
string
Bekleme kimliği.
|
İstek içeriği
İstek metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"accountIds": [
string
]
} |
Alanlar |
accountIds[] |
string
Muhafazadan kaldırılacak hesapların hesap kimlikleri.
|
Yanıt gövdesi
Beklemede olan hesapları toplu olarak silmeyle ilgili yanıt.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"statuses": [
{
object (Status )
}
]
} |
Alanlar |
statuses[] |
object (Status )
Silinen hesapların durumlarının listesi. Sonuçlar, istekle aynı sıraya sahiptir.
|
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/ediscovery
Daha fazla bilgi için Yetkilendirme kılavuzuna bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["# Method: matters.holds.removeHeldAccounts\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.RemoveHeldAccountsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRemoves the specified accounts from a hold. Returns a list of statuses in the same order as the request.\n\n### HTTP request\n\n`POST https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}:removeHeldAccounts`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n| `holdId` | `string` The hold ID. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------|\n| ``` { \"accountIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------|\n| `accountIds[]` | `string` The account IDs of the accounts to remove from the hold. |\n\n### Response body\n\nResponse for batch delete held accounts.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------|\n| ``` { \"statuses\": [ { object (/workspace/vault/reference/rest/v1/operations#Status) } ] } ``` |\n\n| Fields ||\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `statuses[]` | `object (`[Status](/workspace/vault/reference/rest/v1/operations#Status)`)` A list of statuses for the deleted accounts. Results have the same order as the request. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]