I have an app engine project which coun't be deleted. The project was created by ‘Duplicate Application Settings' function when migrating an application with a master-slave datastore.
Something went wrong during the migration process and I decided to delete the newly created application but had no success. I used both traditional app engine adiministration console and the new cloud platform console to delete the application but the application still be there and running after the scheduled time.
I want to reuse the application id and don't like to have an unused project in my app list. Is there any way to delete it successfully?
Thanks!