How to clear the association of partner consoles

Topic summary

A developer created a Shopify application using Shopify CLI and needs to clear the binding between the app and CLI.

Solution provided includes two steps:

  1. Remove local binding: Run shopify app unlink command or manually delete the .shopify-cli.yml file from the project directory

  2. Delete from Partner Dashboard: Navigate to Shopify Partner Dashboard → Apps → select the app → Settings → find the delete option

The issue appears resolved with these instructions for unbinding the application from both the local development environment and the Partner console.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

I used Shopify CLI to create an application, and it seems that the application has been deeply bound to Shopify CLI. How should I clear the application binding on the partner console

hi @WeTech

To uninstall the application binding from Shopify CLI and the Partner Dashboard, do the following:

1. Remove the App from Shopify CLI (Local Machine)
If the app is still bound to Shopify CLI on your local machine, you can unbind it by executing:
shopify app unlink
or manually remove it from the .shopify-cli.yml file in your project directory.

2. Uninstall the App from the Partner Dashboard
To completely uninstall the app binding:

Head to Shopify Partner Dashboard
Go to Apps > Choose your app
In the Settings section, look for the option to delete the app