Rank 2: Process
How to delete all users from console
Votes
1
Replies
10
Participants
Unknown
Messages
11
Rank 2: Process
How to delete all users from console
Hi 👋 how many users do you have? one way is to click manually on user name and scroll down to delete the user but let me check if there is a way to delete all of them in one go,
Rank 2: Process
i have 130 users
got it, lemme have a look and get back
Rank 2: Process
ok , thanks
so, seems like the API accepts only manually inserted User IDs i.e. manually deleting users one by one. One way could be to write a function in code for loop and that loop uses list users to get all user IDs and each time the loop runs, the delete method is called for that particular UserID - i.e. write a script
Also, if you want, can you open an issue on Github for this as a feature request so our team can see the feedback? You can create an issue here: https://github.com/appwrite/appwrite/issues
Does this solve your query? if not, let us know so we can help you more
@Karthik Sever SDK allows you to delete them programmatically.
Rank 2: Process
ok thanks