I'm doing an Android app that has a database hosted on a server. When you run the app for the first time, you must register and data is stored on the server.
I would like to delete the user on the server when uninstalling the app of his/her device.
Is this possible?