Skip to main content
POST
/
api
/
chat
/
stop
cURL
curl --request POST \
  --url https://api.kazzle.app/api/chat/stop \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "threadId": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Body

application/json
threadId
string
required

Response

200 - application/json

Stopped

success
boolean
required