/api/server/clear_zerosScan for zero-byte files on disk and return the list of candidates to delete (admin only).GET/api/server/clear_zerosResponse Body200application/json4xxapplication/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/api/server/clear_zeros"2004xx{ "files": [ { "id": "string", "name": "string" } ]}/api/server/clear_temp DELETEDelete temporary files on the Zipline server and return a short status message (admin only)./api/server/clear_zeros DELETEDelete zero-byte files previously detected on disk and return a short status message (admin only).