5. Accessing the Name Server : Name Server Query Syntax : Destroy Attribute Statement—Destroy an Attribute Data Definition : Examples: Destroy attribute statement
 
Share this page                  
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 *