Delete the store details from PHP Application after uninstalling app from Shopify Store
I want the delete the store details from PHP Application after uninstalling the app from Shopify store which are stored in database when Application installed, Now I got some solution for this like following: $create_webhook = array('webhook'=>array( 'topic'=> 'app/uninstalled', 'address'=>'{{…