Actually we are building a chat application using react & Appwrite in the profile section we want to add a button that when the user click on it so it's account get deleted so is there any way to do it using the user id?
You must do this server side with something like an Appwrite function that will also delete all their data.
Here's the method: https://appwrite.io/docs/references/cloud/server-nodejs/users#delete
for example using postman if we have the user id and we want to perform the delete req so can we do something like this?
Correct me if i am doing something wrong
If you need help seeing the http request, update the docs drop-down to show REST
i didn't understand
Go to the top of the page... There's a drop down for the language
Recommended threads
- Appwrite 1.8.1 TablesDB Permissions Issu...
Hi - I'm migrating a newer VueJS web application from Supabase to Appwrite. I'm looking for an experienced Appwrite Developer to help me solve a permissions iss...
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.