{
"rowIds": [],
"triggerWorkflow": false,
"permanent": true
}
curl --location --request DELETE 'https://api.mingdao.com/v3/app/worksheets//rows/batch' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rowIds": [],
"triggerWorkflow": false,
"permanent": true
}'
{
"success": true,
"error_code": 1
}