Delete File
Deletes a file or directory from a specified location.
Workflow inputs – Delete File
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
file | The name of the file or directory to be deleted. | Yes | n/a |
recursive | Remove the contents of directories recursively?
Valid values: true, false
Note: This input is not supported for Microsoft Windows operating systems. | No | false |
Workflow outputs – Delete File
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |