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