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
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...