DeleteFiles
DeleteFiles
yaml
type: "io.kestra.plugin.core.namespace.DeleteFiles"Examples
yaml
id: delete_files
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.core.namespace.DeleteFiles
namespace: tutorial
files:
- "**.upl"
yaml
id: delete_all_files
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.core.namespace.DeleteFiles
namespace: tutorial
files:
- "**"
Properties
files *Requiredarraystring
namespace *Requiredstring
deleteParentFolder booleanstring
Default
falseOutputs
files object
SubTypestring