In regard to the Deletion of File(s) within a SP Library, if the File or Document has versioning on it, is there the ability to Filter or Delete by version? Example: Delete all versions of a Document that are below version 2?
Or is there some kind or sort of workaround that can be done to delete by version?
But one thing you can check if get the metadata of fileif that metadata contains info about version then you can create logic to get meta data for each file and then by validating we can filter and remove unwanted versions
But first you need to check if metadata gives that info