Skip to main content
mutation

Requires This mutation can only be used by apps to uninstall themselves.

Uninstalls an app from a shop.

This mutation can only be used by apps to uninstall themselves. Apps with the apps access scope can uninstall other apps by providing the app ID in the input parameter.

Use the appUninstall mutation to programmatically remove apps from shops.

The mutation returns the uninstalled app and any errors that occurred during the uninstallation process.

Learn more about app lifecycle management.

Anchor to AppUninstallPayload returnsAppUninstallPayload returns

App

The uninstalled app.

[AppUninstallAppUninstallError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?