I am authenticated with my email programmatically (raphaelg9@gmail.com) and I am trying to delete another user (test@samsung.com) in Firebase also programmatically, but I could not find any way to delete a different user account using the native Firebase API.
I am trying to delete this user auth: different user auth
Is it possible to do that?
Thank you