Google Play Publishing

Delete an App Bundle in Play Console: Release State and Version-Code Limits

Removing an Android App Bundle from a release is not the same as erasing its uploaded history. Play Console tracks artifacts, version codes and release states. A bundle taken out of a draft may still appear in the app's bundle inventory and cannot be treated as a never-used version code.

By Updated 2 min read

Identify where the artifact is attached

Open the app's release area and locate the specific track and release. In the current workflow, releases are under Test and release, with testing tracks and Production managed separately. The artifact inventory is described as Latest releases and bundles, replacing older “App bundle explorer” wording in current help navigation.

Record the version code, signing identity and track before editing. A similarly named bundle from another build is not interchangeable.

Remove from a draft where appropriate

Google's release guide describes removing an artifact from the Included section with Remove. That changes the release's selection; the uploaded artifact remains available in the broader bundle inventory.

If changes have been submitted or published, use the controls appropriate to that state. Do not assume the draft workflow applies to a live production release. Review Publishing overview for pending changes and their review status.

Replace a defective artifact correctly

Build a corrected release with a new valid version code and the required signing arrangement. Retain the previous artifact for diagnosis. The version name displayed to users can be similar while the internal version code increases.

TEXT · REFERENCE EXAMPLE
Bad artifact:   versionCode 120
Corrected build: versionCode 121

This illustrates sequencing, not a prescribed version scheme. Check every active track and existing version-code range before assigning the next value.

Avoid confusing local deletion with Play state

Deleting the .aab file from your computer does not remove it from Console. Removing a release entry does not delete customer accounts. Unpublishing the app does not repair a signed artifact already delivered to users.

APKLint's AAB Analyzer can help identify the bundle you are about to upload. It does not remove cloud artifacts or verify all delivery configurations.

Use the current release instructions, unpublishing guidance and Android versioning reference. When the UI does not offer the expected action, inspect permissions and release state instead of inventing an undocumented deletion endpoint.

Sources and further reading

  1. Google Play: Prepare and roll out a release
  2. Google Play: Update or unpublish your app
  3. Android Developers: Version your app

Reference review: 22 September 2026. Examples illustrate the workflow; check your installed versions, release artifact and account-specific Console requirements before applying them. This guide is not a claim that APKLint executed your project or verified your private account.

APKLint

Android inspection tools and practical release guides. About APKLint · Report a correction