Skip to main content

Remove tags

Anatomy

<tags:remove var_names="var" entity="string" id="int">
ixml
</tags:remove>

Description: TAGS:REMOVE removes tags from an object, specified by an entity and an ID.

Attributes

NameTypeDescriptionDefined By
var_namesvarVariable name for tag names tags:remove
entitystringEntity tags:remove
idintID tags:remove

Examples

Example

<tags:remove entity="contacts" id="123">
<tags:name>Friends</tags:name>
<tags:name>A-Class</tags:name>
</tags:remove>