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