Skip to content

Delete User

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

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

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$delete_user(
  UserName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)