Generic Function Delete-User (2 methods)

( delete-user < user-token > &key < store > < no-exist-ok > (no-exist-ok nil) (store *default-password-store*) )

Part of:

package cl-password-store

Delete user identified by USER-TOKEN in STORE (default: default-password-store). If no-exist-ok is non-nil, silently ignore nonexisting users.

Method Summary

delete-user < string > 
delete-user < user-token-mixin