Skip to main content
DELETE
/
clientQuery
/
{brokerId}
/
{clientQueryId}
Cancel a query as identified by the clientQueryId
curl --request DELETE \
  --url https://dev.startree.ai/clientQuery/{brokerId}/{clientQueryId} \
  --header 'Authorization: <api-key>'
This response has no body data.

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

clientQueryId
integer<int64>
required

ClientQueryId provided by the client

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