Deletes a template.
quicksight_delete_template(AwsAccountId, TemplateId, VersionNumber)
A list with the following syntax:
list(
RequestId = "string",
Arn = "string",
TemplateId = "string",
Status = 123
)
[required] The ID of the AWS account that contains the template that you're deleting.
[required] An ID for the template you want to delete.
Specifies the version of the template that you want to delete. If you
don't provide a version number,
delete_template
deletes all versions of
the template.
svc$delete_template(
AwsAccountId = "string",
TemplateId = "string",
VersionNumber = 123
)