Skip to main content
POST
Abort chat stream

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Body

application/json

Abort request identifying the chat thread to stop.

chatId
string
required

Chat thread ID to abort. Must match the chatId of an active or recently completed chat session.

sessionSettings
object

Response

Chat streaming was aborted successfully. The response has no body.