Hey all :wave: Is there a way to unlink one oidc a...
# talk-kratos
g
Hey all 👋 Is there a way to unlink one oidc account (or all) from an Identity through an admin API call? Or deleting oidc credentials entirely would also work for us. I'm trying to
PUT /admin/identities/{id}
with something like
.credentials.oidc.config.providers=[]
but it doesn't remove them from the identity. I'm only able to add credentials to an identity this way. Any ideas? 🤔