DeleteFileSystem
Deletes an existing Azure Data Lake Storage filesystem by name, permanently removing all the folders and files it contains.
Input
| Name | Type | Description |
| FileSystem | String | Mandatory. The name of the Azure Data Lake Storage filesystem to delete. |
| ModifiedSince | Datetime | Performs the delete operation only if the filesystem has been modified since the specified date and time. |
| UnmodifiedSince | Datetime | Performs the delete operation only if the filesystem has not been modified since the specified date and time. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the filesystem deletion operation completed successfully. |