{
"screenIdList": [
"string"
]
}
curl --location -g --request DELETE 'http://127.0.0.1:8001/api/v1/screen/processing/threedlut/file' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"string"
]
}'
{
"code": 0,
"data": {},
"message": "string"
}