Remove members from group
| Parameter | Description | Required |
|---|---|---|
| action | delAccountFromGroup | True |
| id | Group id | False, If no parameters are passed, it means deleting the account in the uid list from the group it belongs to |
| uid | Account IDs in the group, multiple separated by ',' | True |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}