command to delete etc/apache2/sites-available /con file code example
Example: ubuntu delete all virtual hosts
find /etc/apache2/sites-enabled/ -type l -exec rm -i "{}" \;
find /etc/apache2/sites-enabled/ -type l -exec rm -i "{}" \;