LogOnControllerDeleteOldLogOnRecords Method

POST /LogOn/Delete/ Removes the log on history records before the supplied date.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Delete")]
public HttpResponseMessage DeleteOldLogOnRecords(
	[FromBodyAttribute] DeleteLogOnHistoryRecordsOptions options,
	Nullable<Guid> sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsDeleteLogOnHistoryRecordsOptions
A DeleteLogOnHistoryRecordsOptions object containing the before date.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: HttpResponseMessage
A status code indicating success or an error message.
See Also