Delete Theme
| quicksight_delete_theme | R Documentation | 
Deletes a theme¶
Description¶
Deletes a theme.
Usage¶
quicksight_delete_theme(AwsAccountId, ThemeId, VersionNumber)
Arguments¶
| AwsAccountId | [required] The ID of the Amazon Web Services account that contains the theme that you're deleting. | 
| ThemeId | [required] An ID for the theme that you want to delete. | 
| VersionNumber | 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  | 
Value¶
A list with the following syntax:
list(
  Arn = "string",
  RequestId = "string",
  Status = 123,
  ThemeId = "string"
)
Request syntax¶
svc$delete_theme(
  AwsAccountId = "string",
  ThemeId = "string",
  VersionNumber = 123
)