SessionControllerDeleteCurrentSession Method

Deletes a session.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpDeleteAttribute("Current")]
public ActionResult DeleteCurrentSession(
	Guid? sessionId = null
)

Parameters

sessionId (Optional)
Type: SystemNullableGuid
The ID of the current session.

Return Value

Type: ActionResult
See Also