logout
The logout function is used to log out from Wialon correctly.
svc=core/logout¶ms={}
Returned result
{
"error":<int> /* error code */
}
Possible error codes:
| Code | Description |
|---|---|
| 0 | Logged out successfully. |
| 1 | Server connection error. |
| 4 | Non-authorized user. |