# File lib/rfm_command.rb, line 591
    def delete(recid, options = {})
      get_records('-delete', {'-recid' => recid}, options)
      return nil
    end