Skip to main content
Skip table of contents

Deleting FileCloud User From Command Line

  1. In a command line enter:

    For Windows:

    TEXT
    cd c:\xampp\htdocs\resources\backup
    PATH=%PATH%;C:\xampp\php

    For Linux:

    TEXT
    cd /var/www/html/resources/backup
  2. Then, for both Windows and Linux, enter:

    TEXT
    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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.