Delete
Delete a file from Kestra internal storage.
Delete
Delete a file from Kestra internal storage.
yaml
type: io.kestra.plugin.core.storage.DeleteExamples
yaml
id: delete_files
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.core.http.Download
uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/orders.csv
- id: delete
type: io.kestra.plugin.core.storage.Delete
uri: "{{ outputs.download.uri }}"
Properties
uri *Requiredstring
errorOnMissing booleanstring
Default
falseOutputs
deleted boolean
uri string
Format
uri