App Using react-native-auth0 for Authentication - How to Delete Users?

Hey @anandawebservices welcome to the community!

In order delete a user, you’ll need to expose an endpoint in your backend that makes a request to the Management API. You can then call your endpoint from the mobile app, using the Access Token - The topics I’ve linked to below should give you a better idea of what that looks like in practice.

Hope this helps get you rolling in the right direction!