Skip to content

Delete Lf Tag

lakeformation_delete_lf_tag R Documentation

Deletes an LF-tag by its key name

Description

Deletes an LF-tag by its key name. The operation fails if the specified tag key doesn't exist. When you delete an LF-Tag:

  • The associated LF-Tag policy becomes invalid.

  • Resources that had this tag assigned will no longer have the tag policy applied to them.

Usage

lakeformation_delete_lf_tag(CatalogId, TagKey)

Arguments

CatalogId

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

TagKey

[required] The key-name for the LF-tag to delete.

Value

An empty list.

Request syntax

svc$delete_lf_tag(
  CatalogId = "string",
  TagKey = "string"
)