POST
/
end
curl --request POST \
  --url https://chat-api-demo.hamming.ai/v1/end \
  --header 'Content-Type: application/json' \
  --data '{
  "conversation_id": "<string>"
}'

Body

application/json
conversation_id
string
required

Response

200

Conversation ended successfully