Method: matters.delete
Löscht die angegebene Angelegenheit. Die Rechtsangelegenheit mit aktualisiertem Status wird zurückgegeben.
HTTP-Anfrage
DELETE https://vault.googleapis.com/v1/matters/{matterId}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
matterId |
string
Die ID der Rechtsangelegenheit
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Matter
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/ediscovery
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-27 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-02-27 (UTC)."],[[["Deletes a specified matter using its ID and returns the updated matter state."],["Requires an HTTP DELETE request to the specified endpoint with the matter ID as a path parameter."],["The request body should be empty, and authorization is required with the `https://www.googleapis.com/auth/ediscovery` scope."],["Upon success, the response includes the updated Matter object."]]],["The core content describes deleting a matter using a `DELETE` HTTP request to a specific URL: `https://vault.googleapis.com/v1/matters/{matterId}`. The `matterId` is a string specified as a path parameter. The request body must be empty. Upon successful deletion, the response body will contain the updated `Matter` data. The operation requires authorization via the OAuth scope: `https://www.googleapis.com/auth/ediscovery`. The URL adheres to gRPC Transcoding syntax.\n"]]