DeleteObject
Delete a file or a folder. Path is required for a successful operation.
Input
Name | Type | Description |
Path | String | The path of the file or folder to be deleted. |
Recursive | Boolean | Set this to true to delete a folder with all of it content.
The default value is false. |
DeleteType | String | Set this to FILESANDFOLDERS to delete the file or folder specified in the Path parameter. Set this to FILES to delete only the files inside the folder specified in the Path parameter.
The allowed values are FILES, FILESANDFOLDERS. The default value is FILESANDFOLDERS. |
Result Set Columns
Name | Type | Description |
Success | String | Determines if the operation was successful or not. |