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.
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.