Hi Vladimir,
There is an uninstallUrl
field on the appInstallation query, which you can then use to uninstall the app, eg:
query GetUninstallUrl {
appInstallation(id: "gid://shopify/AppInstallation/688276949") {
uninstallUrl
}
}
But there’s no direct mutation that will perform this action.