# File lib/vagrant_cloud/box.rb, line 59
    def delete(org = nil, box_name = nil)
      @client.request('delete', box_path(org, box_name))
    end