# NOT RUN {
# }
# NOT RUN {
accountId <- 1234567
containerId <- 7654321
workspaceId <- 10
tagId <- 100
gtm_tags_delete(accountId, containerId, workspaceId, tagId)
# This will delete tag %s. Are you sure you want to continue?
# 1: Yes
# 2: No
# Selection: 1
# Tag 100 has been deleted.
tagId = 101
gtm_tags_delete(accountId, containerId, workspaceId, tagId, "TRUE")
# Tag 101 has been deleted.
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab