Values_1.DeleteGroupRequestSourceRemoves a user group from Amazon Quick Sight.
type nonrec t = {groupName : GroupName.t;The name of the group that you want to delete.
*)awsAccountId : AwsAccountId.t;The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace of the group that you want to delete.
*)}val make :
groupName:GroupName.t ->
awsAccountId:AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t