delete from archive

I have a requirement to remove a version from document history without removing the non-version of the document. The use case is:

  1. User adds content of interest to a document (v1)
  2. User creates a new version (v2) - removing said content of interest
  3. Periodic system process detects content of interest in v1 that is on a corporate “must remove” list
  4. System deletes v1, leaving v2 in place

The AbstractSession prevents removal of a version. Is there a supported way to do this (out of the box)? Thanks

0 votes

0 answers

1170 views

ANSWER