alpacon user delete
This command is used to permanently delete a specified user account from the Alpacon. The command requires the exact username as an argument.
alpacon user delete USER [flags]
Aliases
delete, rm
Options
-y, --yes Skip confirmation prompt
-h, --help help for delete
Examples
Delete a user by username:
alpacon user delete john
alpacon user rm john
Skip the confirmation prompt:
alpacon user delete john -y