ubuntu delete all virtual hosts

Shell
 find /etc/apache2/sites-enabled/ -type l -exec rm -i "{}" \;

Source

Also in Shell: