--- title: AppUninstallPayload - GraphQL Admin description: Return type for `appUninstall` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/appuninstallpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/appuninstallpayload.md --- # App​Uninstall​Payload payload Return type for `appUninstall` mutation. ## Fields * app [App](https://shopify.dev/docs/api/admin-graphql/latest/objects/App) The uninstalled app. * user​Errors [\[App​Uninstall​App​Uninstall​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppUninstallAppUninstallError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [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). *** ## Map ### Mutations with this payload * [app​Uninstall](https://shopify.dev/docs/api/admin-graphql/latest/types/appUninstall)