Does anyone know how to remove/delete an identity preference from the keychain by script?
We set security identity preferences by:
security set-identity-preference -s
Now how would you delete one? the man page for security only specifies:
set-identity preferences
get-identity preferences
Anything? Thanks in advance!