# NOT RUN {
# The following example shows how to remove two tags from a secret's
# metadata. For each, both the tag and the associated value are removed.
# There is no output from this API. To see the result, use the
# DescribeSecret operation.
# }
# NOT RUN {
svc$untag_resource(
SecretId = "MyTestDatabaseSecret",
TagKeys = list(
"FirstTag",
"SecondTag"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab