Delete files
Recursively delete files or folders passed in input
Parameters
Label (internal name) | Type | Default | Description |
---|---|---|---|
Children Only (childrenOnly) | boolean | false | Delete only the children items from the input node |
Ignore error if not found (ignoreNonExisting) | boolean | false | Silently skip deletion if target file is not found |
Expected Input
Single-selection of file or folder to delete. Folders are deleted recursively
Back to top