Hello, I'm using Identity v2 with Web API and using Individual User Accounts. When I call the RemoveLogin method passing the user name and the LoginProvider of "Local" it just removes the password of the user, and doesn't delete the user. The user can't login anymore without the password but the user name is also not able to be re-used because the old user name is still in the database.
Does anyone know if there is a way to delete the user so that it can be re-used?
Thanks