DeleteFile
Delete a file or a directory.
Input
| Name | Type | Required | Description |
| Path | String | True | The path of the file or folder to be deleted. |
| Recursive | Boolean | False | If deleting a folder, set this to true to delete all its contents as well. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful. |