Skip to main content

/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

FeedbackOpens in a new tab