Removes a user group from Amazon QuickSight.
quicksight_delete_group(GroupName, AwsAccountId, Namespace)
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
[required] The name of the group that you want to delete.
[required] The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
[required] The namespace. Currently, you should set this to default
.
svc$delete_group(
GroupName = "string",
AwsAccountId = "string",
Namespace = "string"
)