The following table shows how the command is encoded for network transmission:
| Type | Name | Description |
|---|---|---|
| uint8 | id = 16 | The command byte that identifies this command. Since this command is an alias for tag_group_create, this value is shared with that command. To identify it as an alias, certain fields are given specific values, see below. |
| VNodeID | node_id | The ID of the node being accessed. |
| uint16 | group_id | The ID of the tag group to destroy. |
| string16 | name | (Ignored for this aliased command, but must still be present.) |