Skip to main content
POST
/
v1
/
chat
/
cancel
CancelStream
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
chatId
string

Response

Success

exists
boolean