Learn R Programming

paws.analytics (version 0.1.4)

quicksight_delete_user_by_principal_id: Deletes a user identified by its principal ID

Description

Deletes a user identified by its principal ID.

Usage

quicksight_delete_user_by_principal_id(PrincipalId, AwsAccountId,
  Namespace)

Arguments

PrincipalId

[required] The principal ID of the user.

AwsAccountId

[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.

Namespace

[required] The namespace. Currently, you should set this to default.

Request syntax

svc$delete_user_by_principal_id(
  PrincipalId = "string",
  AwsAccountId = "string",
  Namespace = "string"
)

Details

The permission resource is arn:aws:quicksight:us-east-1:<i>&lt;aws-account-id&gt;</i>:user/default/<i>&lt;user-name&gt; </i> .

CLI Sample:

aws quicksight delete-user-by-principal-id --aws-account-id=111122223333 --namespace=default --principal-id=ABCDEFJA26JLI7EUUOEHS