curl --location --request DELETE 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Position/BatchDelete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"89cc6d6d-77e1-4eb9-8dc8-04709f4383af"
]
}'{
"data": {
"totalCount": 0,
"successCount": 0,
"failCount": 0,
"failDatas": [
{
"key": "string",
"errorReason": "string"
}
]
},
"code": "string",
"message": "string"
}