# NOT RUN {
# The following example removes tags from a CMK.
# }
# NOT RUN {
svc$untag_resource(
KeyId = "1234abcd-12ab-34cd-56ef-1234567890ab",
TagKeys = list(
"Purpose",
"CostCenter"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab