The request is intended for deleting an object from a group.
&svc=remove_units_from_group¶ms={ "group_id": integer, "unit_ids": [integer,integer,...] }
Parameter | Description |
---|---|
group_id | Unique Id of unit group |
unit_ids | The unique identifier of the object |
{ "removed": [ ... //IDs of objects that were deleted from the group ] }