Remove a urlmap from its installed url-prefix.
(defun detach-urlmap (map-name)
  "Remove a urlmap from its installed url-prefix."
  ;; Don't know how to remove a published handler
  (dolist (url (urls (get-urlmap map-name)))
    (publish-prefix :prefix url
		    :function nil)))Source Context