# File lib/heroku/api/features.rb, line 5
    def delete_feature(feature, app = nil)
      request(
        :expects  => 200,
        :method   => :delete,
        :path     => "/features/#{feature}",
        :query    => { 'app' => app }
      )
    end