Delete Team Drives
Note: Team Drives are only available to users of certain enhanced Google services, such as G Suite Enterprise, G Suite Business, or G Suite for Education.
team_drive_rm(team_drive = NULL, verbose = TRUE)
Logical vector, indicating whether the delete succeeded.
Wraps the teamdrives.delete
endpoint:
## Not run: ## Create Team Drives to remove in various ways team_drive_create("testdrive-01") td02 <- team_drive_create("testdrive-02") team_drive_create("testdrive-03") td04 <- team_drive_create("testdrive-04") ## remove by name team_drive_rm("testdrive-01") ## remove by id team_drive_rm(as_id(td02)) ## remove by URL (or, rather, id found in URL) team_drive_rm(as_id("https://drive.google.com/drive/u/0/folders/Q5DqUk9PVA")) ## remove by dribble team_drive_rm(td04) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.