Delete
Delete Certified

Delete a file from Kestra internal storage.

yaml
type: io.kestra.plugin.core.storage.Delete
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
Defaultfalse
Formaturi