Method: matters.exports.delete
Żądanie HTTP
DELETE https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
matterId |
string
Identyfikator sprawy.
|
exportId |
string
Identyfikator eksportu.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/ediscovery
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-02-27 UTC."],[[["Deletes a specified export within a given matter using the provided matter and export IDs."],["Requires an HTTP DELETE request to the designated endpoint with the matter and export IDs as path parameters."],["The request body should be empty, and a successful deletion results in an empty response body."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` OAuth scope."]]],["This document details the process of deleting an export using a `DELETE` HTTP request. The endpoint is `https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}`, where `matterId` and `exportId` are path parameters. The request body must be empty. A successful deletion returns an empty JSON object in the response body. Authorization requires the `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]