{
"userIds": [
"string"
],
"nodeId": "string",
"orgId": "string",
"nodeCode": "string"
}
curl --location --request DELETE 'https://core.authing.cn/api/v2/orgs/nodes/613828910e822be019eab146/members/remove' \
--header 'Authorization: Bearer token ' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
],
"nodeId": "string",
"orgId": "string",
"nodeCode": "string"
}'
{
"code": 200,
"message": "成员删除成功",
"data": {
"id": "61c2ea2375a66595f1106ba2",
"createdAt": "2021-12-22T09:04:35.224Z",
"updatedAt": "2021-12-22T09:04:35.224Z",
"userPoolId": "59f86b4832eb28071bdd9214",
"orgId": "613828910e822be019eab146",
"name": "tebebebee",
"nameI18n": null,
"description": null,
"descriptionI18n": null,
"order": null,
"code": null,
"leaderUserId": null,
"__id": null,
"__parentid": null,
"__groupid": null,
"path": [
"6138289108e2285710efa799",
"61c2ea2375a66595f1106ba2"
],
"root": false,
"children": [],
"users": {
"totalCount": 0,
"list": []
}
}
}