Delete User By Principal Id
| quicksight_delete_user_by_principal_id | R Documentation |
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 Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account. |
Namespace |
[required] The namespace. Currently, you should set this to
|
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_user_by_principal_id(
PrincipalId = "string",
AwsAccountId = "string",
Namespace = "string"
)