[ETM] Disconnect session from REST API
One answer
* send a REST request in order to close the sessions ...?
No,
The session is initiated from your client by making a TCP connection and then logging in which will add cookies to the 'session' in your client - reverse this by breaking/dropping the persistent TCP connection in your client and deleting all saved cookies from the session in your client.