
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
- OAuth Login Doesn’t Work on iPhone (Safa...
hey there! i am trying to use a custom domain for auth. as i am currently using https://nyc.cloud.appwrite.io/v1 but auth doesn’t work on iphone or safari bec...
- github copilot for xcode MCP AppWrite
I am trying to connect github copilot for xcode to appwrite mcp server. I keep getting a • MCP error -32000: Connection closed. I tried to verify my info, so...
- Unable to get account or logout after a ...
I get the following error after a successful login when ever I call account.get() or account.deleteSession(sessionId: "current"). User (role: guests) missing sc...
