token: ********************curl --location --request DELETE '/virtualentity/string/attribute' \
--header 'Accept: application/json' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"removeAttributes": {
"area": {
"units": "sqm",
"measurement": "string"
}
}
}'{
"veId": "dc9069a7-7695-43fd-8f27-16b1c94213da",
"status": "OK",
"rooms": [
"living room",
"living room"
]
}