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