Bulk deletion of files

Hi
This there any methods to delete in bulk , example pdf files from a directory between a specific date period.

Hi @dbasilapp

No, there is no such API to delete files by criteria.
Consider designing your app and files structure in a way to quickly search specific files, perhaps put outdated files into a folder (some kind of trash folder) to delete them in one API call

Regards,
Vlad