Wix - Log Out

Hi,

Very much a no-coder here and usually get done what I need by following the docs.
Have followed the one below to integrate Wix to log in a user and pull back some basic info from Backendless (which is primarily used for my Appgyver app).

Anyway, how do I log out a user out from the website? Simply have no idea how to do this.

Thanks
Paul

To logout user you need to use the following API:
https://backendless.com/docs/rest/users_logout.html

The API should be integrated into wix the same you integrated others.

Regards,
Mark

Thanks!