Assuming you have a root user set up open terminal and type:
sudo rmdir -R "path of user's home you wish to delete"
type in root password
The path for the users home is usually:
sudo rmdir -R /Volumes/"name of HD"/Users/"name of user"
If your HD or user's home has spaces in the name...