Skip to main content
Anchor to AppUninstallAppUninstallError

AppUninstallAppUninstallError

object

Represents an error that happens while uninstalling an app.

•AppUninstallAppUninstallErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Uninstalls an App from a shop. Apps use this mutation to uninstall themselves programmatically, removing their AppInstallation from the merchant's store.

When an app uninstalls, Shopify automatically performs cleanup tasks, such as deleting WebhookSubscription objects and admin links associated with the app.

Learn more about app lifecycle management.


Caution

This action is irreversible. You can't restore an uninstalled app's configuration or data. Before you uninstall an app, make sure that you no longer need to make API calls for the store in which the app has been installed.



Was this section helpful?


Was this section helpful?