ssh_remove_identity
int ssh_remove_identity(int sock, const struct sshkey *key);
if ((r = ssh_remove_identity(agent_fd, key)) != 0) {