{"id":7147,"date":"2026-04-23T17:26:51","date_gmt":"2026-04-23T17:26:51","guid":{"rendered":"https:\/\/www.airexplorer.net\/en\/?p=7147"},"modified":"2026-04-23T17:26:52","modified_gmt":"2026-04-23T17:26:52","slug":"how-to-automate-cloud-file-deletion-with-command-line","status":"publish","type":"post","link":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/","title":{"rendered":"How to Automate Cloud File Deletion with Command Line"},"content":{"rendered":"\n<p>Keeping your clouds organized and free of unnecessary files is essential to avoid running out of storage space. However, manually deleting old or temporary files can be a tedious task. Thanks to Air Explorer&#8217;s command line, you can automate the deletion of files and folders on any cloud server. In this article, you will learn how to use the <strong>delete<\/strong> command to schedule automatic cleanups efficiently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use the Command Line to Delete Files?<\/h2>\n\n\n\n<p>Using the <code>delete<\/code> command via the CLI (Command Line Interface) offers key advantages for professional data management:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Unattended Maintenance:<\/strong> Ideal for scripts that clean &#8220;Temporary&#8221; or &#8220;Logs&#8221; folders every week.<\/li>\n\n\n\n<li><strong>Precision:<\/strong> Ensures that the exact specified paths are deleted without accidental click errors.<\/li>\n\n\n\n<li><strong>Workflow Integration:<\/strong> You can schedule source files to be automatically deleted after a successful upload or copy.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Preliminary Configuration in Air Explorer<\/h2>\n\n\n\n<p>For the command line to recognize your instructions, make sure to perform these steps in the graphical interface:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Enable CLI Support:<\/strong> Go to the <strong>Options<\/strong> tab, enter the <strong>General<\/strong> section, and check the <strong>&#8220;Enable Command Line Support&#8221;<\/strong> box.<\/li>\n\n\n\n<li><strong>Identify the Cloud Alias:<\/strong> Open the <strong>Accounts<\/strong> window. The name that appears on the left (e.g., &#8220;GoogleDrive_Personal&#8221; or &#8220;My_Dropbox&#8221;) is the <strong>Alias<\/strong> that we will use in the command.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"511\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/delete-1024x511.jpg\" alt=\"\" class=\"wp-image-7219\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/delete-1024x511.jpg 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/delete-300x150.jpg 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/delete-768x383.jpg 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/delete.jpg 1376w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: The &#8220;delete&#8221; Command and Its Syntax<\/h2>\n\n\n\n<p>The instruction for deleting items is direct and uses the <code>AirExplorerCmd.exe<\/code> executable. The basic structure is:<\/p>\n\n\n\n<p><code>AirExplorerCmd delete \"cloud_alias\" \"cloud_path\"<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Important Considerations<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Path:<\/strong> If the path points to a file, only that file will be deleted. If it points to a folder, the entire folder with all its content will be deleted.<\/li>\n\n\n\n<li><strong>Permanence:<\/strong> Depending on your cloud provider&#8217;s configuration, deleted files might go to the cloud&#8217;s recycle bin or be deleted permanently.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Practical Automation Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">A. Delete a Temporary Files Folder in OneDrive<\/h3>\n\n\n\n<p>If you have a folder where you store exchange files that you no longer need: <code>AirExplorerCmd delete \"OneDrive_Work\" \"OneDrive [myaccount]\/Projects\/Temporary\"<\/code><\/p>\n\n\n\n<p><strong>PRO Tip:<\/strong> To avoid errors when typing long paths, you can <strong>copy the path directly from the address bar<\/strong> in Air Explorer while browsing the folder you want to delete.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">B. Delete a Specific Log File in an FTP Server or Mega<\/h3>\n\n\n\n<p>To delete an old log file that has already been processed: <code>AirExplorerCmd delete \"My_Mega\" \"Mega [myaccount]\/Logs\/old_record.log\"<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"612\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-1024x612.png\" alt=\"The &quot;delete&quot; Command in Air Explorer\" class=\"wp-image-6840\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-1024x612.png 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-300x179.png 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-768x459.png 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01.png 1033w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Automation with .bat Files<\/h2>\n\n\n\n<p>To perform periodic cleanups without having to type the command each time, the most effective way is to create an executable file:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Notepad and write your deletion commands.<\/li>\n\n\n\n<li>Save the file with the <strong>.bat<\/strong> extension (for example: <code>weekly_cloud_cleanup.bat<\/code>).<\/li>\n\n\n\n<li>Double-click the&nbsp;<code>.bat<\/code>&nbsp;file to start the deletion.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ: Frequently Asked Questions about the Delete Command<\/h2>\n\n\n\n<p><strong>Does the command ask for confirmation before deleting?<\/strong> No. As a command line tool designed for automation, the deletion is direct. Make sure to double-check the path before running the script.<\/p>\n\n\n\n<p><strong>Is the Pro version of Air Explorer required?<\/strong> Yes, command line functions are advanced tools integrated exclusively in the Air Explorer Pro version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Automating file deletion with Air Explorer&#8217;s command line is the final step to having a fully autonomous and organized cloud. By delegating these cleanup tasks to scheduled scripts, you save time and ensure that your storage space is always optimized.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>You can check more information here:<\/strong><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-copying-with-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-copying-with-command-line\/\">-How to Automate Cloud File Copying with Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-downloads-with-the-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-downloads-with-the-command-line\/\">-How to Automate Cloud File Downloads with the Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-file-uploads-to-the-cloud-using-air-explorers-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-file-uploads-to-the-cloud-using-air-explorers-command-line\/\">-How to Automate File Uploads to the Cloud Using Air Explorer\u2019s Command Line<\/a><br><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Keeping your clouds organized and free of unnecessary files is essential to avoid running out of storage space. However, manually deleting old or temporary files can be a tedious task. Thanks to Air Explorer&#8217;s command line, you can automate the deletion of files and folders on any cloud server. In this article, you will learn&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":7220,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[306,341],"class_list":["post-7147","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual","tag-command-line-2","tag-delete"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Automate Cloud File Deletion with Command Line<\/title>\n<meta name=\"description\" content=\"How to Automate Cloud File Deletion with Command Line with Air Explorer\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Automate Cloud File Deletion with Command Line\" \/>\n<meta property=\"og:description\" content=\"How to Automate Cloud File Deletion with Command Line with Air Explorer\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Air Explorer\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-23T17:26:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T17:26:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Air Explorer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Air Explorer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/\"},\"author\":{\"name\":\"Air Explorer\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\"},\"headline\":\"How to Automate Cloud File Deletion with Command Line\",\"datePublished\":\"2026-04-23T17:26:51+00:00\",\"dateModified\":\"2026-04-23T17:26:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/\"},\"wordCount\":570,\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/2-1.jpg\",\"keywords\":[\"command line\",\"delete\"],\"articleSection\":[\"manual\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/\",\"name\":\"How to Automate Cloud File Deletion with Command Line\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/2-1.jpg\",\"datePublished\":\"2026-04-23T17:26:51+00:00\",\"dateModified\":\"2026-04-23T17:26:52+00:00\",\"description\":\"How to Automate Cloud File Deletion with Command Line with Air Explorer\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/2-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/04\\\/2-1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-deletion-with-command-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Automate Cloud File Deletion with Command Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\",\"name\":\"Air Explorer\",\"description\":\"Air Explorer, the multicloud manager\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\",\"name\":\"Air Explorer\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/10\\\/cropped-cloud512.png\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/10\\\/cropped-cloud512.png\",\"width\":512,\"height\":512,\"caption\":\"Air Explorer\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\",\"name\":\"Air Explorer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"caption\":\"Air Explorer\"},\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/author\\\/airexploreradmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Automate Cloud File Deletion with Command Line","description":"How to Automate Cloud File Deletion with Command Line with Air Explorer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Automate Cloud File Deletion with Command Line","og_description":"How to Automate Cloud File Deletion with Command Line with Air Explorer","og_url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/","og_site_name":"Air Explorer","article_published_time":"2026-04-23T17:26:51+00:00","article_modified_time":"2026-04-23T17:26:52+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg","type":"image\/jpeg"}],"author":"Air Explorer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Air Explorer","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#article","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/"},"author":{"name":"Air Explorer","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037"},"headline":"How to Automate Cloud File Deletion with Command Line","datePublished":"2026-04-23T17:26:51+00:00","dateModified":"2026-04-23T17:26:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/"},"wordCount":570,"publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg","keywords":["command line","delete"],"articleSection":["manual"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/","url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/","name":"How to Automate Cloud File Deletion with Command Line","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#primaryimage"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg","datePublished":"2026-04-23T17:26:51+00:00","dateModified":"2026-04-23T17:26:52+00:00","description":"How to Automate Cloud File Deletion with Command Line with Air Explorer","breadcrumb":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#primaryimage","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/2-1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-deletion-with-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.airexplorer.net\/en\/"},{"@type":"ListItem","position":2,"name":"How to Automate Cloud File Deletion with Command Line"}]},{"@type":"WebSite","@id":"https:\/\/www.airexplorer.net\/en\/#website","url":"https:\/\/www.airexplorer.net\/en\/","name":"Air Explorer","description":"Air Explorer, the multicloud manager","publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.airexplorer.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.airexplorer.net\/en\/#organization","name":"Air Explorer","url":"https:\/\/www.airexplorer.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2019\/10\/cropped-cloud512.png","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2019\/10\/cropped-cloud512.png","width":512,"height":512,"caption":"Air Explorer"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037","name":"Air Explorer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","caption":"Air Explorer"},"url":"https:\/\/www.airexplorer.net\/en\/author\/airexploreradmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/comments?post=7147"}],"version-history":[{"count":7,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7147\/revisions"}],"predecessor-version":[{"id":7222,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7147\/revisions\/7222"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media\/7220"}],"wp:attachment":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media?parent=7147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/categories?post=7147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/tags?post=7147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}