is there a command to make in the side by side API to disconnect with Eikon?

When I handshake with Eikon, it creates an instance that eikon can link to. I want to remove my instance when I am finished using it.


I am asking because every time I handshake, it creates a new instance, which ends up being a long list of instances. I would like to close the session as I am done using it.


I currently do close the websocket after I am done, but the instance still seems to persist.


Thanks in advance

Best Answer

  • @Maya.Uemura

    From the question, I assume that you would like to release the session token.

    If yes, please try the release command.

    {
      "sessionToken": "<session token>",
      "command": "release"
    }