logout
Use the interface to log out and return to the "SIGN IN" page.
HTTP Request
GET http://ip/usapi?/usapi?method=logout
| Parameter | Description |
|---|---|
| method | logout |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |