DeleteFiles
Delete files from Namespace storage.
DeleteFiles
Delete files from Namespace storage.
yaml
type: io.kestra.plugin.core.namespace.DeleteFilesExamples
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