Skip to content

DisassociateLicense

Source: src/AWS/Grafana/DisassociateLicense.ts

Runtime binding for the DisassociateLicense operation (IAM action grafana:DisassociateLicense), scoped to one Workspace.

Removes the Grafana Enterprise license from the workspace, downgrading it back to the standard edition. Provide the implementation with Effect.provide(AWS.Grafana.DisassociateLicenseHttp).

const disassociateLicense = yield* Grafana.DisassociateLicense(workspace);
yield* disassociateLicense({ licenseType: "ENTERPRISE" });