question

Upvotes
Accepted
9 0 0 1

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

side-by-side-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@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"
}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea