Hi all,
I'm trying to get some automated account creation happening, and in doing so, I'm try to create and delete a test user. I've manage to create the account, but I can't find a DELETE function in the API. I need to test that the create works with a number of different variations on our end, so I want to delete that test account so I can recreate it again. I don't want to have to create a new user each time, and wind up with a bunch of testing users in my management console. How can I achieve this?
I've found articles that tell me that an account can only be deleted by the account owner, but when I try to log in with that account so I can delete it through the web, I get told that I'm on an untrusted device and to check my e-mail. That e-mail address doesn't exist, so I'm not going to get it. I need another way to do this.
Cheers