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>"
}
'{}Cancel an in-progress chat request.
Request body:
Returns:
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>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.aseed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for canceling an in-progress chat.
Successful Response
The response is of type Response Cancel Chat Agent Chat Cancel Post · object.
Was this page helpful?