Delete
Delete a document from a Google Cloud Firestore collection.
yaml
type: "io.kestra.plugin.gcp.firestore.Delete"Examples
yaml
id: gcp_firestore_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.gcp.firestore.Delete
collection: "persons"
childPath: "1"
Properties
childPath *Requiredstring
The Firestore document child path.
The Firestore document child path.
collection string
The Firestore collection
databaseId string
Default
(default)The Firestore database ID to use with this client
If you don't specify a database, the Firestore client libraries and the Google Cloud CLI connect to the (default) database by default.
impersonatedServiceAccount string
The GCP service account to impersonate.
projectId string
The GCP project ID.
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used.
serviceAccount string
The GCP service account.
Outputs
updatedTime string
Format
date-timeThe document updated time.