curl --request DELETE \
--url https://dev.startree.ai/query/{brokerId}/{queryId} \
--header 'Authorization: <api-key>'
No effect if no query exists for the given queryId on the requested broker. Query may continue to run for a short while after calling cancel 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/query/{brokerId}/{queryId} \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Broker that's running the query
QueryId as assigned by the broker
Was this page helpful?