logout

The logout function is used to log out from Wialon correctly.

Copied!
svc=core/logout&params={}

Returned result

Copied!
{
	"error":<int>	/* error code */
}

Possible error codes:

Code Description
0 Logged out successfully.
1 Server connection error.
4 Non-authorized user.

If you find a mistake in the text, please select it and press Ctrl+Enter.