Define the time the trash is 'deleted'

Is there a way to define the time when the trash is permanently deleted? For instance, I run a parity check every day at 5AM. It would be a bonus if I could tell Channels DVR to delete its trash right before, to limit my vulnerability, as deleted files will corrupt a parity recovery of the data that is part of the parity set of the deleted item.

curl -XPUT http://x.x.x.x:8089/dvr/trash/empty

what is curl -xput? A .bat run or something?

If you're on windows you would use curl.exe

You can paste this command into a .bat if you'd like, then run that via Task Scheduler at 4:30am or whatever you want.

curl.exe -XPUT http://localhost:8089/dvr/trash/empty