/user/logout
Use the interface to log out and return to the login screen.
Request Mode
POST /api/user/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. |