Deleting FileCloud User From Command Line
In a command line enter:
For Windows:TEXTcd c:\xampp\htdocs\resources\backup PATH=%PATH%;C:\xampp\phpFor Linux:
TEXTcd /var/www/html/resources/backupThen, for both Windows and Linux, enter:
TEXTphp 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