DeleteResource
Deletes a file or folder and its contents (if applicable) from Dropbox, moving it to the deleted state.
Input
| Name | Type | Required | Description |
| Path | String | False | The full Dropbox path of the file or folder to be deleted. |
| ObjectPathsAggregate | String | False | An aggregate of file or folder paths to delete. Can also reference a #TEMP table containing the paths. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of 'true' when the file or folder is successfully deleted; otherwise, returns 'false'. |