Hey everyone,
I am struggling with an issue where I call the DELETE endpoint to unlink an account outlined in the docs, and the endpoint returns a 200 status code but does not unlink the secondary account that was targeted in the API call.
https://auth0.com/docs/api/management/v2#!/Users/delete_user_identity_by_user_id
I’ve made the call using the management api explorer, and from my application. both calls return a 200 status code, but the secondary identity remains in the array of identities for the user.
What is going on here? Thanks!