quicksight_delete_theme_alias {paws.analytics} | 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.
See https://www.paws-r-sdk.com/docs/quicksight_delete_theme_alias/ for full documentation.
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. |
[Package paws.analytics version 0.9.0 Index]