Skip to content

Delete Node

Purpose of the Node

The Delete Node is used to delete a specified file or directory from a storage path. It provides options for recursive deletion, allowing directories to be deleted along with their contents.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the node.Execution-
PathThe path to the file or directory to delete.StructFlowPath
RecursiveWhether to delete directories recursively.BooleanBoolean
EndMarks the end of successful execution.Execution-
End (Failure)Marks the end of failed execution.Execution-