
How can I remove users from my React web app?. There is a section that users have a "Delete account" option, but I don't know what to use to do it ๐

Take a look at this documentation.
https://appwrite.io/docs/references/cloud/client-web/account#updateStatus

If you want to fully delete the account you will have to use a server side sdk with an api key that has permissions to delete accounts.
https://appwrite.io/docs/references/cloud/server-nodejs/users#delete

On the "web sdk" there isn't an "Users" class to delete users. It's necessary to have a "server sdk" to do?

Yes, to fully delete a user you will have to use the server side sdk with an api key that has permissions.

You could let the user change their status, and then create a cleanup cloud function that runs periodically deleting any users marked for deletion.
Recommended threads
- Deleting rows in tables returns 500 on C...
Hey! I'm trying to delete some rows on my dev environment, and Iโm receiving 500. I tried to update it and then delete that rows. Updates went well but delete s...
- CORS + 401 Error with Appwrite Authentic...
โ I'm getting a CORS + 401 Error with Appwrite Authentication Access to fetch at 'https://cloud.appwrite.io/v1/account/sessions/email' from origin 'https://my-c...
- Retreive collection from archived projec...
Hey there, so I archivef a project on 1st September 2025 and now I need the data from one of its collections. Any way I can retrieve it?
