FileControllerDelete Method (Guid, DeleteOptions, NullableGuid)

DELETE /File/{id} Deletes the file or folder with the specified ID.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpDeleteAttribute]
[ActionNameAttribute("Index")]
public IActionResult Delete(
	Guid id,
	DeleteOptions options,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the file or folder to delete.
options
Type: Dundas.BI.FileSystemDeleteOptions
Options affecting the behavior of the operation.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: IActionResult
A DeleteResultData object or a reason for operation failure.
See Also