gogol-vault-1.0.0: Google Vault SDK.
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.Vault.Matters.Holds.Delete

Description

Removes the specified hold and releases the accounts or organizational unit covered by the hold. If the data is not preserved by another hold or retention rule, it might be purged.

See: Google Vault API Reference for vault.matters.holds.delete.

Synopsis

Resource

type VaultMattersHoldsDeleteResource = "v1" :> ("matters" :> (Capture "matterId" Text :> ("holds" :> (Capture "holdId" 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.holds.delete method which the VaultMattersHoldsDelete request conforms to.

Constructing a Request

data VaultMattersHoldsDelete Source #

Removes the specified hold and releases the accounts or organizational unit covered by the hold. If the data is not preserved by another hold or retention rule, it might be purged.

See: newVaultMattersHoldsDelete smart constructor.

Constructors

VaultMattersHoldsDelete 

Fields

Instances

Instances details
Generic VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

Associated Types

type Rep VaultMattersHoldsDelete 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

Show VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

Eq VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

GoogleRequest VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

type Rep VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

type Rs VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

type Scopes VaultMattersHoldsDelete Source # 
Instance details

Defined in Gogol.Vault.Matters.Holds.Delete

newVaultMattersHoldsDelete Source #

Arguments

:: Text

The hold ID. See holdId.

-> Text

The matter ID. See matterId.

-> VaultMattersHoldsDelete 

Creates a value of VaultMattersHoldsDelete with the minimum fields required to make a request.