Requesting for installed my store app details api

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.

Thanks in advance

Hi @aswin_roamsoft

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.

Thanks for your help, I got the answer for my question.

I also want to know how to solve this problem?

follow this step

Mandatory webhooks> > The following webhooks must be added to every public app:- customers/data_request: Requests to view stored customer data

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.