# NOT RUN {
# The following example shows how to remove a tag with the key 'Dept' from
# a role named 'taggedrole'.
# }
# NOT RUN {
svc$untag_role(
RoleName = "taggedrole",
TagKeys = list(
"Dept"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab