DeleteFile
Delete a file or a directory.
Input
| Name | Type | Required | Description |
| Path | String | True | The path (file or folder) which will be renamed. |
| Recursive | Boolean | False | If the the path to be deleted is a folder, whether all children should be deleted as well. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |