Thanks,
We're just going to do some powershell scripting to get all the assets, parse out the ones that we want to delete and then delete them with the API.
Thanks,
We're just going to do some powershell scripting to get all the assets, parse out the ones that we want to delete and then delete them with the API.
We store software installer versions in an asset directory and have the version as part of the name, i.e.
softwareinstaller_v1.1.1
softwareinstaller_v1.2.1
softwareinstaller_v1.3.1
so we don't want to delete based on number of downloads because there could be a case where nobody has downloaded the installer in so long, but we still wouldn't want to delete it. We'd always want the latest few available regardless of number of downloads
Hi, we have an asset directory and would like to be able to delete all assets created before a certain date. Is there a way to do this with file retention policy or via the api?