Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Delete Versions of deleted Assets or Pages

Avatar

Level 2

Hi guys,

 

we wonder how to delete versions of Assets or Pages, which are already deleted.

We tried the different purge tools, but none of them delete versions of deleted assets or pages.

 

I know that this is a feature of a version, to get old (or deleted) content back. But I don't believe that there is no option or possibility to explizit delete versions of deleted content.

 

Any ideas or hints?

 

Regards, Maik

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You are right, there is no OOTB feature to delete versions of a deleted page. You have to write some code to achieve that.

 

You can look into updating the delete functionality[1] to first delete all the versions(Using Version Manager API) related to the page before completing the deletion.

 

[1] /libs/wcm/core/content/sites/jcr:content/actions/selection/deletepage

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

You are right, there is no OOTB feature to delete versions of a deleted page. You have to write some code to achieve that.

 

You can look into updating the delete functionality[1] to first delete all the versions(Using Version Manager API) related to the page before completing the deletion.

 

[1] /libs/wcm/core/content/sites/jcr:content/actions/selection/deletepage