Values.DisassociateLicenseRequestSourceRemoves the Grafana Enterprise license from a workspace.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace to remove the Grafana Enterprise license from.
*)licenseType : LicenseType.t;The type of license to remove from the workspace.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WorkspaceId.t ]) list ]