Skip to content

Delete User Custom Permission

quicksight_delete_user_custom_permission R Documentation

Deletes a custom permissions profile from a user

Description

Deletes a custom permissions profile from a user.

Usage

quicksight_delete_user_custom_permission(UserName, AwsAccountId,
  Namespace)

Arguments

UserName

[required] The username of the user that you want to remove custom permissions from.

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.

Namespace

[required] The namespace that the user belongs to.

Value

A list with the following syntax:

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

Request syntax

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