Closed ghodss closed 9 months ago
Thanks for adding that, that's great!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
58f8f44
) to head (4eaff49
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add the ability to uninstall an app over the Shopify REST API by calling DELETE on the admin/api_permissions resource. Documentation for this functionality is found on Shopify API docs here. Note that DELETE is the only method allowed on the api_permissions resource, hence it is the only method implemented.
I’ve added a test and tested manually to confirm this works, but please let me know if I’ve missed anything!