Skip to main content
POST
/
agent
/
chat
/
cancel
Cancel Chat
curl --request POST \
  --url https://app.aseed.ai/custdev/agent/chat/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "thread_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for canceling an in-progress chat.

thread_id
string
required

Response

Successful Response

The response is of type Response Cancel Chat Agent Chat Cancel Post · object.