
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
- 500 Error on Console when Using Custom D...
Hey 👋 I’ve set up a custom domain for my Appwrite Cloud project (<my-custom-domain>). DNS is configured and the organization view loads fine when I open the c...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
