I am trying to delete user from Auth. I haven’t find a function able to do that. 😓
TL;DR
To delete an account using the AppWrite SDK, you cannot access the users API from the client side. Refer to the documentation for more information: https://appwrite.io/docs/references/cloud/client-web/users. Make sure to perform the deletion operation on the server side as there isn't a function on the client side to delete a user from Auth with the AppWrite SDK.