You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new breaking v10 api change, ShopifyAPI::ApiPermission.destroy methods is missing. Is there any plan in adding this back? It is a Shopify App Store requirement that apps can be uninstalled from within the apps user interface. I've looked through v10 and cannot see any method that can be used for this purpose.
Expected behavior
ShopifyAPI::ApiPermission.destroy should destroy the current shop's installation of the app.
Issue summary
With the new breaking v10 api change,
ShopifyAPI::ApiPermission.destroy
methods is missing. Is there any plan in adding this back? It is a Shopify App Store requirement that apps can be uninstalled from within the apps user interface. I've looked through v10 and cannot see any method that can be used for this purpose.Expected behavior
ShopifyAPI::ApiPermission.destroy should destroy the current shop's installation of the app.
Actual behavior
Method does not exist
Previous implementation
https://github.com/Shopify/shopify_api/blob/v9/lib/shopify_api/resources/api_permission.rb
Steps to reproduce the problem
Shop.first.with_shopify_session do
puts ShopifyAPI::ApiPermission.destroy
end
Specifications
shopify_api version: 10.0.0
Shopify API version used (example: 2022-04): 2022-04
The text was updated successfully, but these errors were encountered: