[]
Deletes the file with the specified path.
[HttpDelete]
[Route("api/storage/{*path}")]
public IActionResult DeleteFile(string path, string subpath = null)
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | subpath | The file name |
| Type | Description |
|---|---|
| IActionResult | The result. |