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
false
Outputs
files object
SubType string