DELETE /rest/authentication/logout?sID=…
IAuthenticationAPI.endSession({'sID': /* sID session ID */});
Ends the client session. The given session ID will not be usable after this call.
200 OK