i want to delete an account, appwrite had account.delete() but now whats the alternative
TL;DR
The user wants to know how to delete an account using the Appwrite platform. They mention that the previous solution was to use the account.delete() function, but it is no longer available. They provide a link to the documentation for the new solution, which involves using the users server side SDK.You can delete the account using the users server side SDK
And a function
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Issue Related to Presence
```PresenceService: upsert error – AppwriteException: user_unauthorized, The current user is not authorized to perform the requested action. (401) ...
- iOS Auth - Apple OAuth not working.
when i use the prod app, the apple auth on ios is not working, it shows me: missing redirect url. however the debug version, connected to another project is wor...