assq-delete-all

assq-delete-all is a compiled Lisp function in `subr.el'.

(assq-delete-all KEY ALIST)

Delete from ALIST all elements whose car is `eq' to KEY.
Return the modified alist.
Elements of ALIST that are not conses are ignored.