{ "table_id": "{{EXT_TABLE_ID}}", "item_ids": [""] }
curl --location --request DELETE 'https://api.huoban.com/openapi/v1/dw_item' \ --header 'Open-Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "table_id": "{{EXT_TABLE_ID}}", "item_ids": [""] }'
{ "code": 0, "message": "success", "data": {}, "meta": { "trace_id": "1655712384374428" } }