cURL
curl --request POST \ --url https://app.textql.com/v1/chat/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chatId": "<string>" } '
{ "exists": true }
Cancel a running chat query
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success