The request is intended to delete unit property.
&svc=delete_unit_prop¶ms={ "id_unit":integer, "prop_name":string }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
prop_name | Name of property to delete |
Returns status of deletion of unit property.
{ "result": true // Status of deletion of unit property }