Bulk delete api option
        
      
      
          Problem We are dealing with storage overages for our articles and images and currently the only way to delete multiple articles and images is to loop over every item and unpublish and delete them individually. It is a time consuming process and du...