[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-06 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"]]