
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
- 25 document limit
Unable to bypass the 25 document limit: https://github.com/Mooshieblob1/GenerateImagesPreview
- Upgrade from 1.6.2 to 1.7.2 error during...
I just went through the process of upgrading my selfhosted instance from `1.6.2` to `1.7.2`: ``` docker run -it --rm \ --volume /var/run/docker.sock:/var/r...
- cant get custom domain to work with appw...
Hi, how do I get a custom domain to work? I have set database.vrtuhub.com on the appwrite console as a custom domain and did the cname record for it bit i still...
