Previous version was able to delete account from client side? There's change but nothing present on client side, someone please tell me that would i have to make function for it?
Question: why was it removed from the client side?
users were never able to delete their account client side. it is up to you to implement deleting server side so that you make sure to delete everything needed (like if they have documents or files that need to be deleted too)
Recommended threads
- TSL Certificate Issues
Hi Appwrite Discord Community, I got a problem with my Self-Hosted instance. I only want, that I can use my programm with the Appwrite Backend without .selfSig...
- React Native/iOS platform integrations h...
Anyone else have this issue where platform identifiers have been lost/wiped and no option/field available to update them in the console?
- macOS app: OAuth flow doesn’t start
Hi Appwrite team, I’m integrating the Appwrite Swift SDK into a macOS app and am hitting an environment/runtime issue when starting OAuth. App architecture • ...