Summary:
Remove a user or a group from a group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
The member user or member group information. |
|
|
|
|
|
|
|
The list of the groups to remove the specified user/group from. |
|
|
|
|
|
Returns:
OK/Errors.
Description:
The call removes the specified user or group from the specified group(s). To delete a user or a group from the database (realm), use del_user
or del_group
.
Example:
Input
<packet version="4.0.0" id="2">
<target>authm</target>
<data>
<authm>
<del_from_group>
<name>VGVzdF9Vc2Vy</name>
<group>
<name>Q049QWRtaW5pc3RyYXRvcnMsQ049Um9sZXMsREM9U1dB</name>
</group>
</del_from_group>
</authm>
</data>
</packet>
Output
<packet id="16c446896aatf3e" version="4.0.0">
<origin>authm</origin>
<data>
<authm>
<ok/>
</authm>
</data>
</packet>