Skip to main content
DELETE
Cancel a query as identified by the queryId

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

brokerId
string
required

Broker that's running the query

queryId
integer<int64>
required

QueryId as assigned by the broker

Query Parameters

timeoutMs
integer<int32>
default:3000

Timeout for servers to respond the cancel request

verbose
boolean
default:false

Return verbose responses for troubleshooting

Response