DeleteObject
Deletes a specified file or folder from Azure Data Lake Storage, with the path indicating the exact object to remove.
Input
| Name | Type | Description |
| Path | String | Mandatory. The full path of the Azure Data Lake Storage file or folder to delete. |
| Recursive | Boolean | When set to true, specifies that folders are deleted with all of their contents.
The default value is false. |
| DeleteType | String | Defines the scope of deletion. Use FILESANDFOLDERS to delete the object specified in Path, or FILES to delete only the files within the specified folder.
The allowed values are FILES, FILESANDFOLDERS. The default value is FILESANDFOLDERS. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the object deletion operation completes successfully. |