Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to programmatically close a Qlik session. I've found this:
Delete session ‒ Qlik Sense Developers
I'm not sure how this should be used. Is this a REST call?
Thanks
I think it's just an HTTP DELETE call. See HTTP Methods for RESTful Services. You will need to be authenticated to make the call (otherwise anybody could terminate sessions). Usually with applications calling API's the client certificate of the Qlik Sense installation is used.
Thank you. I will give it a try.
The simplest way is using this lib https://github.com/qmoni/qliksense-api