v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Query

Cancel a query as identified by the clientQueryId

No effect if no query exists for the given clientQueryId on the requested broker. Query may continue to run for a short while after callingcancel as it's done in a non-blocking manner. The cancel method can be called multiple times.

delete/clientQuery/{brokerId}/{clientQueryId}

Path parameters

brokerIdstring required

Broker that's running the query

clientQueryIdinteger required

ClientQueryId provided by the client

Query parameters

timeoutMsinteger

Timeout for servers to respond the cancel request

verboseboolean

Return verbose responses for troubleshooting

Response

Success