Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management (IAM) user or role that\'s making the call. The IAM user isn\'t deleted as a result of this call.
quicksight_delete_user(UserName, AwsAccountId, Namespace)
[required] The name of the user that you want to delete.
[required] The ID for the AWS account that the user 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_user( UserName = "string", AwsAccountId = "string", Namespace = "string" )