I can create a project in Gerrit through:
ssh –p 29418 [ip-address] gerrit create-project --name [project-name]
But, how can I delete any p
See the delete-project plugin
ssh -p 29418 gerrit.example.com delete-project delete --yes-really-delete my-project
We were able to install it in a 2.7 instance
The above cited gerrit issue also includes instructions that add a UI button to the project page.