curl --location --request DELETE 'https://openapi.italent.cn/TenantBaseExternal/api/v5/Contract/BatchDelete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"e5fcd4c5-ff25-49c7-8724-e695f0e75124",
"f83c8496-53d9-4e89-bf1d-2299708d6425",
"fb7cc609-69c9-4f1d-b5a2-a14f5211e048"
]
}'{
"data": {
"totalCount": 0,
"successCount": 0,
"failCount": 0,
"failDatas": [
{
"key": "string",
"errorReason": "string"
}
]
},
"code": "string",
"message": "string"
}