<@498057949541826571> How can I delete/remove the trace of the user from supertokens. My usecase i...
a
@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.
r
Hey! There is a backend function to delete a user based on user ID
supertokens.deleteUser
a
ok let me check
👍