删除对象表记录ID删除记录ID集合(List JSON字符串)
{
"entId": "preCeShiQiYe",
"userId": "admin_pretest",
"tableId": "eolinkdfzhubiao",
"recordIds": "[14,15]",
"deleteFlag": true,
"agentId": "string",
"extendInfo": {
"from": "string"
},
"requestId": "string",
"idemOpen": true,
"idemWaitTime": 0,
"idemHoldTime": 0
}
curl --location --request DELETE '/openApi/delete/dataocean/v2/dataflow/record/' \
--header 'secretId;' \
--header 'randomStr;' \
--header 'sign;' \
--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": true,
"agentId": "string",
"extendInfo": {
"from": "string"
},
"requestId": "string",
"idemOpen": true,
"idemWaitTime": 0,
"idemHoldTime": 0
}'
{
"msg": "成功",
"result": 1,
"code": 8010001,
"originResp": "{\"result\":1,\"msg\":\"成功\",\"code\":1000000,\"status\":200}",
"success": true,
"guid": "8edd247da8ec8de1",
"uuid": "8edd247da8ec8de1",
"status": 200
}