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
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...