Leave Session
LeaveSession allows a user to leave an active session.
Use this method to indicate that a user has left the session and will no longer participate in the conversation.
Request: LeaveSessionRequest (specify session name and username) Response: LeaveSessionResponse (indicates success and session state)
HTTP: POST /v1/conversation/sessions/{name}/leave
Path parameters
session
The session id.
Request
This endpoint expects an object.
name
name of the user leaving the session.
session
Session is the session object to join.
Response
OK
session
Session is the session object that the user has left.
Errors
400
Bad Request Error