Cloud Firestore API (firestore:v1)

2022-12-15

1 new method

Additions

    Methods
  • firestore.projects.databases.delete

      Flat Path : v1/projects/{projectsId}/databases/{databasesId}

      Description : Deletes a database.

      Parameters :

        name

          Description : Required. A name of the form `projects/{project_id}/databases/{database_id}`

          Location : path

          Pattern : ^projects/[^/]+/databases/[^/]+$

          Required : Yes

          Type : string

        etag

          Type : string

          Description : The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.

          Location : query

        validateOnly

          Description : If set, validate the request and preview the response, but do not actually delete the database.

          Location : query

          Type : boolean

        allowMissing

          Description : If set to true and the Database is not found, the request will succeed but no action will be taken.

          Type : boolean

          Location : query

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1/{+name}

      Scopes :

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