I am in process of migrating all REST APIs to GraphQL and I am unable to find a equivalent of the DELETE request to https://{shop}.myshopify.com/admin/api_permissions/current.json in GraphQL.
Anyone have an idea how to uninstall Shopify app using GraphQL
anyway, the ‘https://{shop}.myshopify.com/admin/api_permissions/current.json’ endpoint is not documented in the REST API, and indeed that endpoint it is not a Shopify REST API endpoint (because it is not versioned).
In fact, it is documented in a different API:
So, as far as I know, there is no need to migrate it to GraphQL. Am I right?
Do you know what is the relationship between uninstallUrl and https://{shop}.myshopify.com/admin/api_permissions/current.json endpoint? And there is no need to migrate this endpoint to GraphQL, right?