--- title: AppUninstallAppUninstallError - GraphQL Admin description: Represents an error that happens while uninstalling an app. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/appuninstallappuninstallerror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/appuninstallappuninstallerror.md --- # App​Uninstall​App​Uninstall​Error object Represents an error that happens while uninstalling an app. ## Fields * code [App​Uninstall​App​Uninstall​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/AppUninstallAppUninstallErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [app​Uninstall](https://shopify.dev/docs/api/admin-graphql/latest/mutations/appUninstall) mutation 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](https://shopify.dev/docs/apps/build/authentication-authorization/app-installation/uninstall-app-api-request). *** ## <\~> AppUninstallAppUninstallError Mutations ### Mutated by * <\~>[app​Uninstall](https://shopify.dev/docs/api/admin-graphql/latest/mutations/appUninstall) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-AppUninstallAppUninstallError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)