Learn R Programming

paws.analytics (version 0.1.11)

quicksight_delete_account_customization: Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS account and QuickSight namespace

Description

Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS account and QuickSight namespace.

Usage

quicksight_delete_account_customization(AwsAccountId, Namespace)

Arguments

AwsAccountId

[required] The ID for the AWS account that you want to delete QuickSight customizations from in this AWS Region.

Namespace

The QuickSight namespace that you're deleting the customizations from.

Value

A list with the following syntax:

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

Request syntax

svc$delete_account_customization(
  AwsAccountId = "string",
  Namespace = "string"
)