Skip to content

Delete Theme Alias

quicksight_delete_theme_alias R Documentation

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 Amazon Web Services 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.

Value

A list with the following syntax:

list(
  AliasName = "string",
  Arn = "string",
  RequestId = "string",
  Status = 123,
  ThemeId = "string"
)

Request syntax

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