For the complete documentation index, see llms.txt. This page is also available as Markdown.

Log Out

API reference for logging out users in Luciq. Clear user identification data when a user signs out to protect privacy and prevent data mixing.

In the event of a user logging out or if you want new reports to no longer be associated with a specific user, you can use the log out API.

Luciq.logOut()
[Luciq logOut];
Luciq.logoutUser();
Luciq.logoutUser()
Luciq.logOut();
Luciq.logOut();

Last updated