This method allows to delete users.

    Returns an object containing the IDs of the deleted users under the property.

    Deleting multiple users

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "1",
    5. "5"
    6. ]
    7. },
    8. }

    CUser::delete() in frontends/php/include/classes/api/services/CUser.php.