DeleteFileSystem
Delete a filesystem. The name of the filesystem for a successful operation.
Input
| Name | Type | Description |
| FileSystem | String | The name of the filesystem which will be deleted. |
| ModifiedSince | Datetime | A date and time value that sets condition to perform the operation only if the resource has been modified since the specified date and time. |
| UnmodifiedSince | Datetime | A date and time value that sets condition to perform the operation only if the resource has not been modified since the specified date and time. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Determines if the operation was successful or not. |