Deletes a theme.
quicksight_delete_theme(AwsAccountId, ThemeId, VersionNumber)
A list with the following syntax:
list(
Arn = "string",
RequestId = "string",
Status = 123,
ThemeId = "string"
)
[required] The ID of the AWS account that contains the theme that you're deleting.
[required] An ID for the theme that you want to delete.
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call
to delete_theme
to delete all versions of
the theme.
svc$delete_theme(
AwsAccountId = "string",
ThemeId = "string",
VersionNumber = 123
)