Examples: Destroy attribute statement
The following example destroys a private attribute definition on vnode apitest, where attr_name=connection_type and attr_value=direct:
destroy private attribute connection_type direct
The following example destroys all global attribute data definitions for vnode payroll that include the connection_type attribute:
destroy global attribute payroll connection_type *