Where can i access Delete Account feature in Appwrite Client SDK for flutter?
I also want to know
Client side, you would update the status: https://appwrite.io/docs/client/account?sdk=web-default#accountUpdateStatus. Then, you can use a server SDK to clean up any documents/files related the the user and then finally delete the user
[Solved] Delete User account from client SDK
Recommended threads
- Need Help on Self Hosted Version of Appw...
Hi i wanted to test SMS OTP verify method but i am not able to do it. I follow all the steps but no luck. Please help me with this. I am using Appwrite self hos...
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...