Method: matters.delete
指定した案件を削除します。案件を更新して状態を返します。
HTTP リクエスト
DELETE https://vault.googleapis.com/v1/matters/{matterId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
matterId |
string
案件 ID
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Matter
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/ediscovery
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 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."]]],[]]