del-user
Use the interface to delete general users with administrative rights.
HTTP Request
GET http://ip/usapi?method=del-user&id=xxx
| Parameter | Description | 
|---|---|
| method | del-user | 
| id | Indicates the user name. | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |