{
"rowIds": [
"row1",
"row2",
"row3"
],
"triggerWorkflow": true,
"permanent": false
}curl --location --request DELETE 'https://www.nocoly.com/v3/app/worksheets//rows/batch' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"rowIds": [
"row1",
"row2",
"row3"
],
"triggerWorkflow": true,
"permanent": false
}'{
"data": {},
"success": true
}