# File lib/fog/brightbox/models/storage/directory.rb, line 14
        def destroy
          requires :key
          service.delete_container(key)
          true
        rescue Excon::Errors::NotFound
          false
        end