@rp_st How can I delete/remove the trace of the user from supertokens.
My usecase is that when a user signs up at frontend the backend creates a profile for that user in separate database. If the profile creation fails, backend flushes the user both from its database and supertokens as well.