curl --request POST \
--url https://api-west.millis.ai/sessions/{session_id}/terminate \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>"
}'
"<any>"
curl --request POST \
--url https://api-west.millis.ai/sessions/{session_id}/terminate \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>"
}'
"<any>"
Private Key
Successful Response
The response is of type any
.