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.AppsLicensing.Licensing.LicenseAssignments.Delete
Contents
Description
Revoke a license.
See: Enterprise License Manager API Reference for licensing.licenseAssignments.delete
.
Synopsis
- type LicensingLicenseAssignmentsDeleteResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" 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 LicensingLicenseAssignmentsDelete = LicensingLicenseAssignmentsDelete {}
- newLicensingLicenseAssignmentsDelete :: Text -> Text -> Text -> LicensingLicenseAssignmentsDelete
Resource
type LicensingLicenseAssignmentsDeleteResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" 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 licensing.licenseAssignments.delete
method which the
LicensingLicenseAssignmentsDelete
request conforms to.
Constructing a Request
data LicensingLicenseAssignmentsDelete Source #
Revoke a license.
See: newLicensingLicenseAssignmentsDelete
smart constructor.
Constructors
LicensingLicenseAssignmentsDelete | |
Fields
|
Instances
newLicensingLicenseAssignmentsDelete Source #
Arguments
:: Text | A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. See |
-> Text | A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs. See |
-> Text | The user's current primary email address. If the user's email address changes, use the new email address in your API requests. Since a |
-> LicensingLicenseAssignmentsDelete |
Creates a value of LicensingLicenseAssignmentsDelete
with the minimum fields required to make a request.