Stop an active streaming thread
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
}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
}