When using the Keychain Access app, I am often unable to delete an Web form password item. I have tried hitting the delete key and going to Edit > Delete. In both cases, nothing happens, there is no error message.
I can delete the item if I use the command line version of the tool:
$ security find-internet-password -a "[email protected]"
keychain: "/Users/simon/Library/Keychains/woodside-mbp.keychain"
version: 256
class: "inet"
attributes:
0x00000007 <blob>="daw.apple.com ([email protected])"
0x00000008 <blob>=<NULL>
"acct"<blob>="[email protected]"
"atyp"<blob>="form"
...
$ security delete-internet-password -a "[email protected]"
keychain: "/Users/simon/Library/Keychains/woodside-mbp.keychain"
version: 256
class: "inet"
attributes:
0x00000007 <blob>="daw.apple.com ([email protected])"
0x00000008 <blob>=<NULL>
"acct"<blob>="[email protected]"
"atyp"<blob>="form"
...
password has been deleted.
If I now redo the search in Keychain Access, the item is gone.
I am running El Capitan 10.11.4 (15E65), Keychain Access Version 9.0 (55171.20.2), and