For various reasons (retention policy management, user expectations, etc.) we really need to be able to hard delete content after a configurable amount of time has completed. I found mention of hard delete in #8133 but couldn't find any existing Issue for it.
In a perfect world we'd like a BackgroundTask that would automatically delete soft deleted records after a configurable number of days but technically we could just build that ourselves if there was a OC way to hard delete a record.
We're considering building our own hard delete functionality but there are concerns as we don't understand well enough what impact this has throughout OC.
For various reasons (retention policy management, user expectations, etc.) we really need to be able to hard delete content after a configurable amount of time has completed. I found mention of hard delete in #8133 but couldn't find any existing Issue for it.
In a perfect world we'd like a BackgroundTask that would automatically delete soft deleted records after a configurable number of days but technically we could just build that ourselves if there was a OC way to hard delete a record.
We're considering building our own hard delete functionality but there are concerns as we don't understand well enough what impact this has throughout OC.