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