Is there any method to delete "Specific" version of an uploaded document.
Right now I am using deleteVersionHistory method of VersionService, but it deletes all versions of document except the specified one. But my need is to specify a version number (say 1.1) and to delete only that specific version leaving all other specific version.
Except for you to browse code of Labs 3d, and try to build your custom VErsionServiceCustom implementing the new method (and pray for it to work), I can't see any workaround