Ubuntu: Delete group or user in Ubuntu

Delete a user in Ubuntu
sudo userdel -r <username>

Delete a group in ubuntu
sudo groupdel <groupname>