====== Delete Unit Property ====== The request is intended to delete unit property. === Request Example === &svc=delete_unit_prop¶ms={ "id_unit":integer, "prop_name":string } === Parameters === ^ Parameter ^ Description ^ | id_unit | Unique Unit ID | | prop_name | Name of property to delete | === Additional Information === Returns status of deletion of unit property. === Server Response === == Result: == { "result": true // Status of deletion of unit property }