Was this helpful?
Log off user. User must be authenticated first.
curl -L \ --request POST \ --url '/api/Session/logoff'
No Content
Invoke the RAS Admin Session to send the LogOff command for the Admin with specified Session ID.
Session ID of the Admin to be Disconnected.
curl -L \ --request POST \ --url '/api/Session/{SessionId}/logoff'