Google Cloud Delete

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.Delete
yaml
id: gcp_firestore_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.gcp.firestore.Delete
    collection: "persons"
    childPath: "1"
Properties

Document path

Child path (relative to collection) of the document to delete

Collection path

Target collection name or path

Default(default)

Database ID

Defaults to (default) if not provided

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used

The GCP service account

Formatdate-time

Updated time