DELETE
/
clientQuery
/
{clientQueryId}
curl --request DELETE \
  --url https://dev.startree.ai/clientQuery/{clientQueryId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Path Parameters

clientQueryId
string
required

ClientQueryId provided by the client

Query Parameters

timeoutMs
integer
default:3000

Timeout for servers to respond the cancel request

verbose
boolean
default:false

Return verbose responses for troubleshooting