quicksight_delete_user {paws.analytics} | R Documentation |
Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call
Description
Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call. The IAM user isn't deleted as a result of this call.
See https://www.paws-r-sdk.com/docs/quicksight_delete_user/ for full documentation.
Usage
quicksight_delete_user(UserName, AwsAccountId, Namespace)
Arguments
UserName |
[required] The name of the user that you want to delete. |
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 QuickSight account. |
Namespace |
[required] The namespace. Currently, you should set this to |
[Package paws.analytics version 0.7.0 Index]