
Google Cloud Delete
CertifiedDelete a Firestore document
Google Cloud Delete
Certified
Delete a Firestore document
Deletes a document by child path in the target collection; returns the update timestamp.
yaml
type: io.kestra.plugin.gcp.firestore.DeleteExamples
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
Document path
Child path (relative to collection) of the document to delete
collection string
Collection path
Target collection name or path
databaseId string
Default
(default)Database ID
Defaults to (default) if not provided
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
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-timeUpdated time