Delete Variant Attribute
- Updated2023-02-17
- 2 minute(s) read
Delete Variant Attribute
Deletes either a single variant attribute or all variant attributes.

Inputs/Outputs

variant in
The variant data for which you want to delete one or all attributes.

name
The name of the attribute you want to delete. If name matches an attribute, this node deletes the attribute and its value. If name is an empty string, this node deletes all attributes in the variant data.
Default value: all attributes

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

variant out
The variant data with the deleted attribute(s).

found?
A Boolean value that indicates whether the node found the attribute that is specified in name.
True | The node found the attribute specified in name. If name is unwired, the node located and deleted all attributes. |
False | The node did not find the attribute specified in name. If name is unwired, the node found no attributes. |

error out
Error information.
The node produces this output according to standard error behavior.