Delete an unpublished app from Google Play

There is an unofficial delete which might possibly be a bug/glitch in the old android developer console. The instructions are below.

  1. Switch back to old developer panel
  2. Select application for deletion and make sure that it's description and all necessary publishing components are filled out. (you may use fake info)
  3. Save application as a draft. DO NOT PUBLISH
  4. Select the APK tab
  5. Press delete on the current activated APK and your draft application should be deleted. You might need to press "Switch to advanced" for this screen to show.

CRUCIAL - Application must not have been published before.


You can delete an app anytime before it is published. Note this answer was given before the OP specified that his app had not yet been published.

After it has been published, it "owns" its unique packagename forever in the Google PlayStore app naming hierarchy like com.yourdomain.yourapp.

There is no "deleting" this packagename after publication. That would cause mayhem.

Google Analytics, for example needs this permanent unique id. Hostile developers could take over your packagename by forcing you to delete it with bad review attacks.

The package name itself is not really a public-facing asset. If all you want to do is "reboot" your app (ie start again with zero downloads and reviews) then just unpublish (retire) the old packagename and republish the apk under a new packagename.

The right way to publish your app is using the alpha and beta streams in the dev console which do not retain reviews.

The only problem with this is the rule about once an app (package) is priced as free, it remains forever free, meaning you have to republish under a new package name to price a free beta.

Paid betas are only possible if you already have successful apps.

PlayStore publication policies are in constant flux (there is now a manual review policy). You may wish to take your concerns to them directly - they do respond.

I am sure every developer wants to delete and republish an app after finding out that it won't run on device X, because device X manufacturer has tweaked Android, causing device X owners to give the app unfair reviews.

This is also a way to avoid giving people free upgrades to your apps forever, which is not realistic, esp. given piracy stats. Owners often reboot to start fresh after a major upgrade.

You may want to adopt a packagename with a major version codename baked in, like the big boys do it (mountainlion, xenial, marshmallow, etc) like com.yourdomain.yourapp.codename.

X is usually Samsung


There is not possible to delete an application from google console but you can request to delete an app. https://support.google.com/googleplay/android-developer/contact/publishing

enter image description here