Version: 2.1.0
Delete Multiple Accounts
The hitechcloudcli user-delete command lets you delete HiTechCloud user accounts in bulk. Use caution-it's easy to accidentally delete the wrong users.
Delete a Single User​
hitechcloudcli user-delete USERNAME
You’ll be prompted for confirmation. To skip confirmation, use the -y flag:
hitechcloudcli user-delete USERNAME -y
Delete All Users​
To delete all users on the server:
hitechcloudcli user-delete -all
By default, you'll be prompted to confirm each deletion. To skip all confirmations, use the -y flag:
hitechcloudcli user-delete -all -y