Delete
type: "io.kestra.plugin.gcp.firestore.Delete"
Delete a document from a collection.
# Examples
id: "delete"
type: "io.kestra.plugin.gcp.firestore.Delete"
collection: "persons"
childPath: "1"
# Properties
# childPath
- Type: string
- Dynamic: ✔️
- Required: ✔️
The Firestore document child path.
The Firestore document child path.
# collection
- Type: string
- Dynamic: ✔️
- Required: ❌
The Firestore collection
# projectId
- Type: string
- Dynamic: ❓
- Required: ❌
The GCP project id
# scopes
- Type: array
- SubType: string
- Dynamic: ❓
- Required: ❌
- Default:
[https://www.googleapis.com/auth/cloud-platform]
The GCP scopes to used
# serviceAccount
- Type: string
- Dynamic: ❓
- Required: ❌
The GCP service account key
# Outputs
# updatedTime
- Type: string
The document updated time.
← UpdateTable Get →