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>"
}
'{}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?