Secondary identity won't unlink

Hi everyone,

I’m trying to unlink a ‘Username-Password-Authentication’ secondary identity from an Auth0 user account that has a ‘google-oauth2’ primary identity. However, when I call the DELETE identity (unlink) endpoint the secondary identity does not get unlinked, although I get a success response. I get a response with an array that only includes the primary identity, but when I check Auth0 no unlinking has taken place and the user account still has the 2 identities.

I think it is the similar problem as mentioned here: Secondary account will not unlink

How can I successfully delete an identity from a user account? Thanks!