
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account deleted? Do I need to setup a server to do that(?)

(assuming users would only be deleting their own accounts)

You can use a Cloud Function for that. Afaik, account deletion on client side sdks isn't an intended behaviour.

okay thanks! I'll go and poke around functions for bit haha

Hint : Functions + Users API. Feel free to ping back if you face any issues.

i really appreciate it - thank you!!
Recommended threads
- Adding Custom Domain to self-hosted Appw...
Hi, i deployed Appwrite with Coolify and reaching it with appw.appname.de. What is working so far. I wanted to add another custom Domain to activate email verif...
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
- I had a new error pop up today when test...
I've been working on my app, it worked fine previously but now I recieve Invalid Origin: Register your new client as a new iOS platform on your project console ...
