There should be a way to delete a bag using this tool - probably just ``` ruby FileUtils.rm_r(bag_dir, :force => true) ``` with some cleanup.