curl --location --request DELETE 'https://openapi.italent.cn/TenantBaseExternal/api/v5/EmpSubset/BatchDelete' \
--header 'Content-Type: application/json' \
--data-raw '{
"metaObjectName": "Education",
"ids": [
"72498c7c-aa2c-40d1-86fe-7c9e7702bd1f",
"aa2772d7-9b11-49c8-ae64-fdca817e6016"
]
}'{
"data": {
"totalCount": 0,
"successCount": 0,
"failCount": 0,
"failDatas": [
{
"key": "string",
"errorReason": "string"
}
]
},
"code": "string",
"message": "string"
}