This reverts a zone back to its original, unmodified state.
gtm_zones_revert(account_id, container_id, workspace_id, zone_id)
Account Id
Container Id
Workspace Id
Zone Id
Other zone functions:
gtm_zones_create()
,
gtm_zones_delete()
,
gtm_zones_get()
,
gtm_zones_list()
,
gtm_zones_update()
# NOT RUN {
# }
# NOT RUN {
accountId <- 1234567
containerId <- 7654321
workspaceId <- 11
zoneId <- 5
zone <- gtm_zones_revert(accountId, containerId, workspaceId, zoneId)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab