POST
/
sessions
/
{session_id}
/
terminate
curl --request POST \
  --url https://api-west.millis.ai/sessions/{session_id}/terminate \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>"
}'
"<any>"

Headers

authorization
string | null

Private Key

Path Parameters

session_id
any
required

Body

application/json
message
string | null

Response

200
application/json
Successful Response

The response is of type any.