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.
quicksight_delete_theme_alias(AwsAccountId, ThemeId, AliasName)
A list with the following syntax:
list(
AliasName = "string",
Arn = "string",
RequestId = "string",
Status = 123,
ThemeId = "string"
)
[required] The ID of the AWS account that contains the theme alias to delete.
[required] The ID for the theme that the specified alias is for.
[required] The unique name for the theme alias to delete.
svc$delete_theme_alias(
AwsAccountId = "string",
ThemeId = "string",
AliasName = "string"
)