How to Deleted Alfresco Content Permanently
if you want to delete the node permanently in alfresco use the below aspects. <aspect name="sys:temporary"> <title>Temporary</title> <!-- Explicitly turn off archiving for all nodes with this aspect --> <archive>false</archive> </aspect>