{
"templateApiName": "string",
"dataIds": "[]",
"codes": "[]",
"matches": "[]",
"condition": {
"key": "string",
"predicate": "AND",
"value": {}
},
"mode": "ALL"
}curl --location --request POST 'https://c2.xinheyun.com/api/public/metadata-app/v2/data/operation/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateApiName": "string",
"dataIds": "[]",
"codes": "[]",
"matches": "[]",
"condition": {
"key": "string",
"predicate": "AND",
"value": {}
},
"mode": "ALL"
}'{
"code": 0,
"message": "",
"data": {
"entity": [
""
]
}
}