Method: matters.holds.delete
Belirtilen muhafazayı kaldırır ve muhafaza kapsamındaki hesapları veya kuruluş birimini serbest bırakır. Veriler başka bir muhafaza veya saklama kuralı tarafından korunmuyorsa kalıcı olarak silinebilir.
HTTP isteği
DELETE https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}
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 boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni boş bir JSON nesnesi olur.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/ediscovery
Daha fazla bilgi için OAuth 2.0 Overview sayfasına 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-02-27 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-27 UTC."],[[["Removes a specified hold, potentially leading to data purging if not preserved by other means."],["Uses an HTTP DELETE request with matter and hold IDs as path parameters."],["Requires an empty request body and returns an empty response body upon success."],["Needs authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This document outlines the process for removing a hold on accounts or organizational units. The core action is a `DELETE` HTTP request to `https://vault.googleapis.com/v1/matters/{matterId}/holds/{holdId}`, utilizing gRPC Transcoding. It requires two path parameters: `matterId` and `holdId`. The request body must be empty, and a successful response is an empty JSON object. This action requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope. Removing the hold may lead to data purging if no other holds or rules apply.\n"]]