auth-source-delete

auth-source-delete is a compiled Lisp function in `auth-source.el'.

(auth-source-delete &rest SPEC &key DELETE &allow-other-keys)

Delete entries from the authentication backends according to SPEC.
Calls `auth-source-search' with the :delete property in SPEC set to t.
The backend may not actually delete the entries.

Returns the deleted entries.