Back

[Solved] Delete User account from client SDK

  • 1
  • Flutter
  • Android
  • Accounts
  • Apple
  • Users
kamal.panara
27 Jun, 2023, 10:32

Where can i access Delete Account feature in Appwrite Client SDK for flutter?

TL;DR
To delete a user account from the client SDK, you can update the user's status using the client-side method mentioned in the link provided. After that, you can use a server SDK to clean up any related documents or files before finally deleting the user. As for accessing the delete account feature in the Appwrite Client SDK for Flutter, it is not explicitly mentioned in the thread.
Axentioi
27 Jun, 2023, 10:50

I also want to know

Drake
27 Jun, 2023, 12:16

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

kamal.panara
27 Jun, 2023, 12:41

[Solved] Delete User account from client SDK

Drake
29 Jun, 2023, 15:50
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more