Logout

Author: TeamJodo 306 views

Parameters:

None

Description:

This method is used to logout from Jodo World. User must be logged in to Jodo World before invoking this API. After successful logout, Jodo World Widget stops sending events and processing requests.

				
					var logoutrequest = {
	“reason”: 10
};
Logout (logoutrequest);