(defun dict-remove ( name / d0 ) ;; name As string (if (dictsearch (Setq d0 (namedobjdict)) name) (dictremove d0 name)) )