I have read through the documentation and can't find any way to delete a user's account. I can only see the delete identity function. Using that doesn't seem to do anything.
Is this a part of the library, if not can it be added as this is a crucial part of an app.
I know the admin library has the ability to delete a users account, but I shouldn't have to make a custom backend or function just to do this.
If I have to launch a custom backend for this, then there is no need to use Appwrite.
I believe not being able to delete accounts from the client side is intended behavior.
https://discord.com/channels/564160730845151244/1169339407870996490 https://discord.com/channels/564160730845151244/1123199145159700611
You can create a function that deletes the account via the server side SDK, which shouldn't be hard to implement.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...