{
"identifier": "string",
"type": "string",
"extIdpId": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/users/identity/unlinkByUser' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "string",
"type": "string",
"extIdpId": "string"
}'
{
"code": 0,
"message": "string"
}