Open this page in the API Guide

HealthController.CancelHealthCheck Method

Cancels the health check with the corresponding context 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
[HttpDeleteAttribute]
[ProducesResponseTypeAttribute(204)]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult CancelHealthCheck(
	Guid contextId,
	Guid? sessionId = null
)

Parameters

contextId
Type: System.Guid
The context ID of the health check.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult
See Also