Hi Thorsten,
Should it always be triggered? I've deleted it via bulk delete, and I see files in the Work and Rendition folders. I've used the below endpoint with the request
[POST] /rest-ws/service/dms/batch/delete
{
"query": {
"type": "purchaseorder"
},
"options": {
"ignoremissing": false,
"breakonerror": true,
"harddelete": true,
"deleteonlyemptyfolders": false
}
}
And triggering the below operation without luck:
- Check storage
- Integrity check
- Check index
- Delete Recycled
Cheers,
Gabriel