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