Learn R Programming

paws.analytics (version 0.1.6)

quicksight_delete_template_alias: Deletes the item that the specified template alias points to

Description

Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.

Usage

quicksight_delete_template_alias(AwsAccountId, TemplateId, AliasName)

Arguments

AwsAccountId

[required] The ID of the AWS account that contains the item to delete.

TemplateId

[required] The ID for the template that the specified alias is for.

AliasName

[required] The name for the template alias. If you name a specific alias, you delete the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

Request syntax

svc$delete_template_alias(
  AwsAccountId = "string",
  TemplateId = "string",
  AliasName = "string"
)