In my project I will like to allow the user to delete their own account. I have googled around for this answer but nothing comes up. I only get how to delete objects. Currently the only way I know how to do this is to manually delete the user myself in the Parse Dashboard. How do I give the users access in the app to delete themselves (their accounts)?
From their documentation you can call this:
So you could do something like this:
In the given callback block you logout with
PFUser.logOut().