The following table shows how the command is encoded for network transmission:
| Type | Name | Description |
|---|---|---|
| uint8 | id = 18 | The command byte that identifies this command. Since this command is an alias for tag_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 being accessed. |
| uint16 | tag_id | The ID of the tag to destroy. |
| string16 | name | (Ignored for this aliased command, but must still be present.) |
| VNTagType | type | (Ignored for this aliased command, but must still be present.) |
| VNTag | tag | (Ignored for this aliased command, but must still be present.) |