# File lib/fog/compute/requests/brightbox/remove_listeners_load_balancer.rb, line 6 def remove_listeners_load_balancer(identifier, options = {}) return nil if identifier.nil? || identifier == "" request( :expects => [202], :method => 'POST', :path => "/1.0/load_balancers/#{identifier}/remove_listeners", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end