This method allows to delete users.
Returns an object containing the IDs of the deleted users under the property.
Deleting multiple users
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "1",
- "5"
- ]
- },
- }
CUser::delete() in frontends/php/include/classes/api/services/CUser.php.