Skip to main content
POST
/
api
/
chat
/
cancel
/
{conversationId}
/
messages
/
{messageId}
Cancel an in-flight chat stream. (Auth policies: ApiKeyOrJwt)
curl --request POST \
  --url https://app.codealive.ai/api/chat/cancel/{conversationId}/messages/{messageId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token. Example: "Authorization: Bearer {apiKey}"

Headers

CodeAlive-Version
string

Path Parameters

conversationId
string
required
messageId
string
required

Response

Accepted