curl --request POST \
--url https://chat-api-demo.hamming.ai/v1/end \
--header 'Content-Type: application/json' \
--data '{
"conversation_id": "<string>"
}'
Conversation ended successfully
Was this page helpful?
curl --request POST \
--url https://chat-api-demo.hamming.ai/v1/end \
--header 'Content-Type: application/json' \
--data '{
"conversation_id": "<string>"
}'