App Uninstall App Uninstall Error
Represents an error that happens while uninstalling an app.
Anchor to FieldsFields
- code (AppUninstallAppUninstallErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•App
Uninstall App Uninstall Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- appUninstall (AppUninstallPayload)
- •mutation
Uninstalls an
Appfrom a shop. Apps use this mutation to uninstall themselves programmatically, removing theirfrom the merchant's store.When an app uninstalls, Shopify automatically performs cleanup tasks, such as deleting
objects and admin links associated with the app.Learn more about app lifecycle management.
CautionThis 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.
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.
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.