Cancel SQL Query

Use the DELETE /api/v3/query/{queryId} endpoint of the Data 360 Query API to cancel a running query and release its associated server resources. This operation is idempotent — repeated calls for the same query ID always return 204 No Content with no additional effect. Use this endpoint to free resources when a query is no longer needed or has exceeded an acceptable runtime.

  • HTTP Method: DELETE
  • Format: REST
  • URI: /api/v3/query/{queryId}
ParameterTypeDescription
queryIdstringRequired. The unique identifier of the query returned from POST /api/v3/query. Example: MTAuMjcuMTgxLjE0OTo3NDg0_1cfc8d35.
HeaderValue
AuthorizationBearer {accessToken} or C2C token

Always returns 204 No Content.