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" )
The permission resource is
arn:aws:quicksight:us-east-1:<i><aws-account-id></i>:user/default/<i><user-name> </i>
.
CLI Sample:
aws quicksight delete-user-by-principal-id --aws-account-id=111122223333 --namespace=default --principal-id=ABCDEFJA26JLI7EUUOEHS