# File lib/fog/aws/models/compute/dhcp_option.rb, line 40
        def destroy
          requires :id
          connection.delete_dhcp_options(id)
          true
        end