v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Query

Cancel a query as identified by the clientQueryId

No effect if no query exists forthe given clientQueryId on any 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/{clientQueryId}

Path parameters

clientQueryIdstring 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