---
title: >-
  New AppUninstall mutation to allow apps to uninstall themselves. - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/new-appuninstall-mutation-to-allow-apps-to-uninstall-themselves
  md: >-
    https://shopify.dev/changelog/new-appuninstall-mutation-to-allow-apps-to-uninstall-themselves.md
metadata:
  effectiveApiVersion: 2025-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-03-21T16:37:12-04:00'
  postedAt: '2025-07-01T09:00:00-04:00'
  updatedAt: '2025-04-07T11:24:56-04:00'
  effectiveAt: '2025-04-01T12:00:00-04:00'
---

July 1, 2025

Tags:

* Admin GraphQL API
* 2025-07

# New AppUninstall mutation to allow apps to uninstall themselves.

Third-party apps can now uninstall themselves from merchant stores using a new public AppUninstall GraphQL mutation.

The mutation serves as a GraphQL equivalent to the existing [REST endpoint for app uninstallation](https://shopify.dev/docs/apps/build/authentication-authorization/app-installation/uninstall-app-api-request#examples).

For implementation details and examples, please refer to our [API documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/appuninstall).
