Previous version was able to delete account from client side? There's change but nothing present on client side, someone please tell me that would i have to make function for it?
Question: why was it removed from the client side?
users were never able to delete their account client side. it is up to you to implement deleting server side so that you make sure to delete everything needed (like if they have documents or files that need to be deleted too)
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- API returned 400
Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors `time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error respons...
- AnyCodable not exposed in iOS SDK
I want to write some convenience functions for Teams.list() but the problem is, that I can't use the default <[String : AnyCodable]> as a return type for my con...