&svc=remove_units_from_group¶ms={
"group_id": integer,
"unit_ids": [integer,integer,...]
}
=== Parameters ===
^ Parameter ^ Description ^
| group_id | Unique Id of unit group |
| unit_ids | The unique identifier of the object |
=== Response ===
== List of removed units ids==
{
"removed": [
... //IDs of objects that were deleted from the group
]
}