v1
latestOpenAPI 3.0.12026-07-26245126202.6 KBQuery
Cancel a query as identified by the queryId
No effect if no query exists for the given queryId on the requested broker. Query may continue to run for a short while after calling cancel as it's done in a non-blocking manner. The cancel method can be called multiple times.
delete/query/{brokerId}/{queryId}
Path parameters
brokerIdstring required
Broker that's running the query
queryIdinteger required
QueryId as assigned by the broker
Query parameters
timeoutMsinteger
Timeout for servers to respond the cancel request
verboseboolean
Return verbose responses for troubleshooting
Response
Success