I created a user with an email (Email A). I then added a second email to the same user (Email B). I then deleted the user entirely.
Now, every time I try to create a new user with Email A, if a user with Email B exists, Email A is added as a second email to the pre-existing user, instead of a new user being created.
I have tried using the Backend API to remove the second email from the user, but the above problem keeps happening anyway, even if I remove it first.
It seems as if despite me deleting the user from my project, Stytch is remembering information about them when I create a new one using the same email. This is all happening in my test environment, where I am wanting to create and delete users and have Stytch not remember anything, because I am just figuring things out.
Is there any way I can get more information on this subject?
Is there a way to still create two separate users using Email A and Email B?