Delete a user from the system. Note: all commands must be executed as root. More information: https://manpages.debian.org/latest/adduser/deluser.html.
deluser {{username}}
deluser --remove-home {{username}}
.tar.gz
file in the specified directory:deluser --backup-to {{path/to/backup_directory}} --remove-home {{username}}
deluser --remove-all-files {{username}}