Delete Lf Tag Expression
lakeformation_delete_lf_tag_expression | R Documentation |
Deletes the LF-Tag expression¶
Description¶
Deletes the LF-Tag expression. The caller must be a data lake admin or
have DROP
permissions on the LF-Tag expression. Deleting a LF-Tag
expression will also delete all LFTagPolicy
permissions referencing
the LF-Tag expression.
Usage¶
lakeformation_delete_lf_tag_expression(Name, CatalogId)
Arguments¶
Name |
[required] The name for the LF-Tag expression. |
CatalogId |
The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved. |
Value¶
An empty list.
Request syntax¶
svc$delete_lf_tag_expression(
Name = "string",
CatalogId = "string"
)