Deletes a user identified by its principal ID.
quicksight_delete_user_by_principal_id(PrincipalId, AwsAccountId,
Namespace)
[required] The principal ID of the user.
[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_by_principal_id( PrincipalId = "string", AwsAccountId = "string", Namespace = "string" )