Delete
yaml
type: "io.kestra.plugin.gcp.gcs.delete"
Examples
yaml
id: gcp_gcs_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.gcp.gcs.Delete
uri: "gs://my_bucket/dir/file.csv"
Properties
errorOnMissing booleanstring
Default
false
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
uri string
Outputs
deleted boolean
uri string
Format
uri