Delete a file from Kestra's internal storage.
yaml
type: "io.kestra.plugin.core.storage.delete"yaml
id: "delete"
type: "io.kestra.plugin.core.storage.delete"
uri: "kestra://long/url/file.txt"The file to be deleted
Pebble expression referencing an Internal Storage URI e.g. {{ outputs.mytask.uri }}.
Default
falseRaise an error if the file is not found
A flag for whether the file was deleted
Format
uriThe deleted file URI