delete the user without transfer content, force delete java
Hi
I tried to do force delete through Box java sdk. some times it gets stuck while deleting the user and tries to transfer the content to the user. so please let me know the appropriate emthod to use for deletion forcefully to delete all the files without manually deleting each folder
current code
BoxUser user = new BoxUser(api, boxInactiveUser.getBoxUserId());
user.delete(false, true);
Thanks
Please sign in to leave a comment.
Comments
0 comments