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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...