{
"ids": [
"string"
]
}
curl --location --request POST '/gisImportRecord/batchDeleteBefore' \
--header 'Token: {{Token}}' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"code": 1,
"data": "所勾选记录中1条不满足删除条件,确定仅删除符合要求的信息?",
"msg": "成功",
"success": true
}