Deletes a user identified by its principal ID.
quicksight_delete_user_by_principal_id(PrincipalId, AwsAccountId,
Namespace)
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
[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"
)