Open this page in the API Guide

SessionController.DeleteSessionsById Method

Deletes all sessions passed in by ID.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("Delete")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult DeleteSessionsById(
	[FromBodyAttribute] DeleteSessionsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.DeleteSessionsOptions
An object that carries all needed information about the sessions that need to be deleted.
sessionId (Optional)
Type: System.Nullable<Guid>
ID of the current session.

Return Value

Type: ActionResult
See Also