
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
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
