Summary:
Permanently deletes the specified user(s) from their respective realms.
Call specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
The list of users to delete. You can delete multiple users from multiple realms at the same time -- simply specify the user name and the appropriate realm ID in each instance of the structure. |
|
|
|
|
|
Returns:
OK/Errors
Example:
Input
<packet version="4.0.0" id="2">
<target>authm</target>
<data>
<authm>
<del_user>
<user>
<name>VGVzdF9Vc2Vy</name>
<realm>3f15a4a2-14e0-17da-b387-599bc36ee36d</realm>
</user>
</del_user>
</authm>
</data>
</packet>