This message was deleted.
# general
m
This message was deleted.
b
You can delete them by clicking “View” and scrolling down to the bottom, does that not work?
c
@bland-eye-99092 I am able to delete other test users created via password method w/ the UI, but unsuccessful in doing so for users created via OAuth/OIDC, specifically Google.
b
Are you seeing any error messages?
c
No error messages, only a loading skeleton that does not resolve.
b
Ah, strange. Could you look into the browser’s dev tools network protocol to see what request is failing?
c
Was doing that now, getting a few 500's related to my only OIDC identity:
Copy code
https://{project-ID}.projects.console.ory.sh/admin/identities/{uuid}?include_credential=password&include_credential=totp&include_credential=oidc&include_credential=webauthn&include_credential=lookup_secret
1
I can provide account details over PM if needed (it’s my current dev account)
b
What’s the uuid? Then I can look at our logs.
Okay, I found it. This is a bug. You can manually delete the identity using the CLI: https://www.ory.sh/docs/cli/ory-delete-identity
c
@bland-eye-99092 Thank you very much!
@bland-eye-99092 Tried the following and got:
Copy code
ory --project ${my_project_id} delete identity user@mydomain
Unable to locate the resource
user@mydomain: this error should never be printed