# File lib/fog/aws/requests/compute/delete_dhcp_options.rb, line 20 def delete_dhcp_options(dhcp_options_id) request( 'Action' => 'DeleteDhcpOptions', 'DhcpOptionsId' => dhcp_options_id, :parser => Fog::Parsers::Compute::AWS::Basic.new ) end