====Remove Unit Property==== Unit Properties can store any applescript object by names. **Remove Unit Property** deletes a unit property with the passed name in the passed unit, or defaults to using [[dictionary:unitinformation:thisunit|thisUnit]] if no unit name is specified. If no value is present by that name an empty string is returned, not an applescript error. ===Usage:=== **Remove Unit Property** (text, the key name of the property)\\ **from unit** (text, the name of the unit. Defaults to [[dictionary:unitinformation:thisunit|thisUnit]]) ===Examples:=== remove unit property “last battery change” from unit “Kitchen Motion" ===See Also:=== * [[:manual:unitproperties|Unit Properties]] * [[getunitproperty|get unit property]] * [[dictionary:unitinformation:setunitproperty|set unit property]] * [[unitpropertynamesfrom|unit property names from]]