删除对象表记录ID删除记录ID集合(List JSON字符串)
{
"entId": "preCeShiQiYe",
"userId": "admin_pretest",
"tableId": "eolinkdfzhubiao",
"recordIds": "[14,15]",
"deleteFlag": "false"
}
curl --location --request DELETE '/openApi/v2/dataflow/record/' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"entId": "preCeShiQiYe",
"userId": "admin_pretest",
"tableId": "eolinkdfzhubiao",
"recordIds": "[14,15]",
"deleteFlag": "false"
}'
{
"status": 200,
"code": 1000000,
"result": 1,
"msg": "成功"
}