/Data/MDXCancelQuery/:queryID
Cancels a previously started query, given the ID of the query.
Request Method
POST
URL Parameters
queryID
Required. ID of the query to cancel. If you started the query with the POST /Data/MDXExecute endpoint, obtain the ID of the query from the Info.QueryID property of the response object returned by that endpoint. If you started the query with the POST /Data/PivotExecute endpoint, obtain the ID of the query from the Info.QueryID property of the response object returned by that endpoint.
Request Body Details
This endpoint ignores the request body.
Example Request
-
Request Method:
POST
-
Request URL:
https://localhost/api/deepsee/v3/Data/MDXCancelQuery/:patients||en2515296118
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.