Kratos Question: how do I remove an sms code credential from an identity?
Currently, I can create a an identity w/ a phone trait or patch in /traits/phone and it automatically creates the credential/code for the identity.
If I patch/remove the phone trait, it removes the phone trait as expected, but it leaves the credential/code in there. According to docs (and my trying) you can't delete the code credential through the
/admin/identities/{id}/credentials/{type}
endpoint, and I can't seem to do it through the update identity call either.
Any idea what I'm missing?