The request is intended to delete unit.
&svc=delete_unit¶ms={ "id_unit":integer, "forever": bool }
Parameter | Description |
---|---|
id_unit | Unique Unit ID |
forever | Flag of unit deletion |
forever - Flag of unit deletion (move to recycle = 0, permanently delete = 1)
{ "result": true // Result of unit deletion }