curl --request DELETE \
--url https://dev.startree.ai/clientQuery/{brokerId}/{clientQueryId} \
--header 'Authorization: <api-key>'This response has no body data.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.
curl --request DELETE \
--url https://dev.startree.ai/clientQuery/{brokerId}/{clientQueryId} \
--header 'Authorization: <api-key>'This response has no body data.The format of the key is "Basic <token>" or "Bearer <token>"
Broker that's running the query
ClientQueryId provided by the client
Timeout for servers to respond the cancel request
Return verbose responses for troubleshooting
Was this page helpful?