Interview
Set session status
Set the status of current session. Possible actions to set the status to are: Alive, Closed or Deleted. Closed status disables all of the "/add/..." calls so they can no longer make any changes to the system. Deleted status deletes the important data stored in the session.
post/omni/session/status/set
Query parameters
action'Alive' | 'Closed' | 'Deleted' required
idstring
id of the session, optional, if not sent obtained from token.
Headers
api-versionstring required
Response
OK