I basically want to delete all versions except for the currently designated version of the file.
For that I am using
BoxClient.getFilesManager().getFileVersions(_fileId, reqObj);
The first entry in the returned List<BoxFileVersion>
object is the current version.
There doesn't seem to be any API in the Box SDK (for Java) to delete a version - is this being planned soon ? Is there a better way ?