Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DisassociateLicenseRequest

import type { DisassociateLicenseRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface DisassociateLicenseRequest {
licenseType: LicenseType;
workspaceId: string;
}

§Properties

§
licenseType: LicenseType
[src]

The type of license to remove from the workspace.

§
workspaceId: string
[src]

The ID of the workspace to remove the Grafana Enterprise license from.