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