Use update action 'REPLACE' to update entities
Created by: markatk
When updating data on the context broker use 'REPLACE' as update action:
"updateAction": "REPLACE"
This way old attributes will be deleted when they are not updated in the current request.