Convex Auth Delete Users
Is there documentations on how the users, authAccounts, authSessions etc. tables are created while using convex auth?
I want to be able to delete user but not sure which tables and entries I should delete.
7 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I need help with this too
Never occurred to me that this isn't a part of the library
Here's what I've used for this:
It has some type errors?

hmmm
I must have had a custom index
Yeah I define the auth table schemas individually, must have added that index:
how were you able to add that?
ohhhh
Thank you - works great
Thank you!