{
"uuid": [
"string"
],
"workspaceID": "string"
}
curl --location --request DELETE '/openapi/v0.9/reconstruction/api/v1/workspaces//reconstructions/batch' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": [
"string"
],
"workspaceID": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}