Autogenerated via gar_create_api_skeleton

projects.databases.documents.delete(
  name,
  currentDocument.updateTime = NULL,
  currentDocument.exists = NULL
)

Arguments

name

Required

currentDocument.updateTime

When set, the target document must exist and have been last updated at that time

currentDocument.exists

When set to true, the target document must exist

Details

Authentication scopes used by this function are:

  • https://www.googleapis.com/auth/cloud-platform

  • https://www.googleapis.com/auth/datastore

Set options(googleAuthR.scopes.selected = c(https://www.googleapis.com/auth/cloud-platform, https://www.googleapis.com/auth/datastore) Then run googleAuthR::gar_auth() to authenticate. See gar_auth for details.