You may have to delete the existing project (don't try this next time) (Assuming Pootle in /var/www/pootle)
cd /var/www/pootle
source env/bin/activate
pootle fs fetch --force MYPROJECT
pootle fs sync MYPROJECTIf you need to delete your project (assuming it is called MYPROJECT)
cd /var/www/pootle/tmp
chown -R www-data:www-data MYPROJECTThen you can delete it through the user interface.