tag_group_destroy

Name

tag_group_destroy -- Destroy a tag group.

Parameter Format

The following table shows how the command is encoded for network transmission:

TypeNameDescription
uint8id = 16The 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.
VNodeIDnode_idThe ID of the node being accessed.
uint16group_idThe ID of the tag group to destroy.
string16name (Ignored for this aliased command, but must still be present.)

Description

Ask the host to destroy the indicated tag group. Tags contained in the group, if any, will be destroyed as well and their contents lost.