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.

https://community.auth0.com/t/how-can-i-enable-users-to-change-their-email-address-from-a-spa-or-native-app/44064?preview_theme_id=38

Hope this helps get you rolling in the right direction!