DELETE '/api-sessions/:sessionId/connection/:connectionId' request

No, I am calling them in this case from openvidu-node-client wrapper following the tutorial openvidu-js-node in the back-end part and connecting with angular as front-end. This works fine in fact requesting the REST API /api/sessions and the REST APi /api/tokens from Openvidu Server. My problem is when I need to request /api-sessions/:sessionId or anything which needs session.fetch.This topic is related Problem in GET /api-sessions/:sessionId. There I include code and logs.

I am thinking that maybe I am doing something wrong relating to session lifeycle or something like that, but if you said that " I can perform any REST API method whenever I want"… I don’t know what happens exactly.