This API call is used to deactivate a user for an account.
| Required Information | |
|---|---|
| Name | Description |
| action | adminusers |
| operation | delete |
| format | xml |
| duserid | The id of the user to deactivate. |
Example Request:
https://test.zonarsystems.net/interface.php?action=adminusers&operation=delete&format=xml&duserid=123
Example Reply:
<success ver="1">
<action>adminusers</action>
<message_id>123</message_id>
</success>