Deleting FileCloud User From Command Line
In a command line enter:
For Windows:cd c:\xampp\htdocs\resources\backup PATH=%PATH%;C:\xampp\php
For Linux:
cd /var/www/html/resources/backup
Then, for both Windows and Linux, enter:
php deleteuser.php -u <user_name>
Deleting User in Multi-Site Setups
To delete user for another site in case for multitenant setup, pass in the hostname using -h parameter
php deleteuser.php -u <user_name> -h site2.xyz.com