I have folders with XLSX files in them and want to delete them CLEANLY using the API
/var/www/onlyoffice/Data/Products/Files/00/00/01/folder_1000/file_824/v3/content.xlsx
/var/www/onlyoffice/Data/Products/Files/00/00/01/folder_1000/file_825/v2/content.xlsx
I’ve read through ONLYOFFICE Api Documentation - Delete files and folders
does anyone have a CURL example of how to call the API and delete these two folders and their contents (xlsx and diff.zip) from the current document server Version 12.0.0.1726
The doc server runs on Ubuntu 20.04.6 LTS
Thanks
Ivan