{
"displayName": "string",
"fields": {
"callbackURL": "string",
"clientID": "string",
"clientSecret": "string"
},
"userMatchFields": null,
"logo": "string"
}
curl --location --request DELETE 'https://core.authing.cn/api/v2/extIdpConn/61dff3d21b8e48c87907b59a' \
--header 'Authorization: Bearer eyJhb' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "string",
"fields": {
"callbackURL": "string",
"clientID": "string",
"clientSecret": "string"
},
"userMatchFields": null,
"logo": "string"
}'
{
"code": 200,
"message": "删除成功"
}