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.Exports.Delete
Contents
Description
Deletes an export.
See: Google Vault API Reference for vault.matters.exports.delete
.
Synopsis
- type VaultMattersExportsDeleteResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (Capture "exportId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty))))))))))
- data VaultMattersExportsDelete = VaultMattersExportsDelete {}
- newVaultMattersExportsDelete :: Text -> Text -> VaultMattersExportsDelete
Resource
type VaultMattersExportsDeleteResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("exports" :> (Capture "exportId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Empty)))))))))) Source #
A resource alias for vault.matters.exports.delete
method which the
VaultMattersExportsDelete
request conforms to.
Constructing a Request
data VaultMattersExportsDelete Source #
Deletes an export.
See: newVaultMattersExportsDelete
smart constructor.
Constructors
VaultMattersExportsDelete | |
Fields
|
Instances
newVaultMattersExportsDelete Source #
Arguments
:: Text | The export ID. See |
-> Text | The matter ID. See |
-> VaultMattersExportsDelete |
Creates a value of VaultMattersExportsDelete
with the minimum fields required to make a request.