How can we delete users created by New universal login page in android app?

I have created an android app . I am using Auth0 browser based login for my app. I have created many users and now I want to delete it. I can delete it from auth0 dashboard but I want to give delete account facility to the user from my app. As per Google play new policy , all the apps which has sign in, sign up active should also have delete feature. Can any please give details about it, how can we achieve it in android app while using Auth0 apis?

Hi @vijayazararia,

Welcome to the Auth0 Community!

You can use the Auth0 Management API v2 to delete users.

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.