# File lib/aws/ec2/dhcp_options.rb, line 75 def delete client_opts = {} client_opts[:dhcp_options_id] = dhcp_options_id client.delete_dhcp_options(client_opts) nil end