paws.analytics (version 0.1.0)

quicksight_delete_user_by_principal_id: Deletes a user after locating the user by its principal ID

Description

Deletes a user after locating the user 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"
)