my app(written in swift) has login option as a user or as an owner.I have used Parse backend.I want the owner(PFUser) to be able to delete a user(another PFUser)from Parse.However, Parse doesn't allow a user to delete another user.Is there any way I can implement this logic?
Thanks