Learn R Programming

paws.analytics (version 0.1.9)

quicksight_delete_theme_alias: Deletes the version of the theme that the specified theme alias points to

Description

Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.

Usage

quicksight_delete_theme_alias(AwsAccountId, ThemeId, AliasName)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the theme alias to delete.

ThemeId

[required] The ID for the theme that the specified alias is for.

AliasName

[required] The unique name for the theme alias to delete.

Request syntax

svc$delete_theme_alias(
  AwsAccountId = "string",
  ThemeId = "string",
  AliasName = "string"
)