ExportControllerCancelExport Method

DELETE /Export/Cancel/ Cancels the export specified by the requestId.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpDeleteAttribute]
[ActionNameAttribute("Cancel")]
public HttpResponseMessage CancelExport(
	Guid requestId,
	Nullable<Guid> sessionId = null
)

Parameters

requestId
Type: SystemGuid
The ID of the request to cancel.
sessionId (Optional)
Type: SystemNullableGuid
The ID of the session.

Return Value

Type: HttpResponseMessage
A Boolean whether the request was able to be canceled or not.
See Also