Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtm_workspaces_delete

Delete a workspace


Description

This irrevocably deletes a workspace and any work in it.

Usage

gtm_workspaces_delete(
  account_id,
  container_id,
  workspace_id,
  force = c("TRUE", "FALSE")
)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

force

Force deletion without user input

See Also

Examples

## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 84

gtm_workspaces_delete(accountId, containerId, workspaceId)

# This will delete Workspace %s. Are you sure you want to continue?

#  1: Yes
#  2: No

# Selection: 1

# Workspace 84 has been deleted.

workspaceId = 85

gtm_workspaces_delete(accountId, containerId, workspaceId, "TRUE")

# Workspace 85 has been deleted.


## End(Not run)

googleTagManageR

Access the 'Google Tag Manager' API using R

v0.1.6
MIT + file LICENSE
Authors
James Cottrill [aut, cre, cph], Mark Edmondson [ctb], Manos Parzakonis [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.