Remove shopify partner token from windows

Topic summary

Issue: A new developer accidentally created an app under the wrong Shopify Partner account (A) and needs it under account (B). New apps keep defaulting to account A, and they asked if the app can be moved, the connected Partner account removed from Windows, and how to keep working on the same app after a move.

Suggested options:

  • Recreate under account B: Delete the app from account A, back up the code, create/upload it under account B, and generate a new access token (used for app authentication).
  • Switch organization via CLI: Log in with the Shopify CLI (command-line interface) and change the associated Partner organization so development targets the correct org/account.

Notes: No direct steps provided for removing a Windows-stored Partner token or “disconnecting” the account at the OS level. The guidance implies either recreating the app or switching the organization context in the CLI rather than migrating an existing app.

Status: Unresolved/ongoing. The token/account removal on Windows remains only partially addressed.

Summarized with AI on January 31. AI used: gpt-5.

Hello
@imparth
You can delete the App from your current account also take backup of code & upload it to your new shopify account store also you need to generate the new access token for your new app
OR you can change the organization of partner account if exist just login to shopify through CLI and change the organization.

Thank you!!!