Module Values.DisassociateLicenseRequestSource

Removes the Grafana Enterprise license from a workspace.

Sourcetype nonrec t = {
  1. workspaceId : WorkspaceId.t;
    (*

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

    *)
  2. licenseType : LicenseType.t;
    (*

    The type of license to remove from the workspace.

    *)
}
Sourceval context_ : string
Sourceval make : workspaceId:WorkspaceId.t -> licenseType:LicenseType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of WorkspaceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t