/user/del
Use the interface to delete a user, and only the administrator has the rights.
Request Mode
POST /api/user/del
Parameter | Description |
---|---|
username | The user login name |
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. |