Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Vault.Matters.Delete
Contents
Description
Deletes the specified matter. Returns the matter with updated state.
See: Google Vault API Reference for vault.matters.delete
.
Synopsis
- type VaultMattersDeleteResource = "v1" :> ("matters" :> (Capture "matterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Matter))))))))
- data VaultMattersDelete = VaultMattersDelete {}
- newVaultMattersDelete :: Text -> VaultMattersDelete
Resource
type VaultMattersDeleteResource = "v1" :> ("matters" :> (Capture "matterId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Matter)))))))) Source #
A resource alias for vault.matters.delete
method which the
VaultMattersDelete
request conforms to.
Constructing a Request
data VaultMattersDelete Source #
Deletes the specified matter. Returns the matter with updated state.
See: newVaultMattersDelete
smart constructor.
Constructors
VaultMattersDelete | |
Fields
|
Instances
newVaultMattersDelete Source #
Arguments
:: Text | The matter ID See |
-> VaultMattersDelete |
Creates a value of VaultMattersDelete
with the minimum fields required to make a request.