Hello there, I working with shopify developement, I am struck with the issue once my app get deleted form store how to I get noticed to delete the data of the app installed in shopify from databse of mine, Are any api are available for find the installed app details in shopify.
While I am not a trained developer myself I was able to find the applicable resources to your question in our Developer Documentation here: Mandatory webhooks.
Mandatory webhooks> > The following webhooks must be added to every public app:- customers/data_request: Requests to view stored customer data
Those webhooks deliver the information to you and you will have a set amount of time to respond appropriately. Our developer docs should have all the information you need to finish building your app, but please let us know if you have additional questions.
which is already provided in shopify api documentation, Just copy/paste your url in App detail page , which will get the data of shop in post method and after that with the data you can delete in your database.