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
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...