method GroupService.removeUserToGroupimport { GroupService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/GroupService.ts"; removeUserToGroup(unnamed 0: { workspace: string; name: string; requestBody: { username?: string; }; }): CancelablePromise<string>remove user to group Parametersunnamed 0: { workspace: string; name: string; requestBody: { username?: string; }; }ReturnsCancelablePromise<string>string user removed from group