Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 570 Bytes

deletecustomattribute.adoc

File metadata and controls

36 lines (29 loc) · 570 Bytes

DeleteCustomAttribute()

Important

Deprecated in 3.0.

Please use deleteCustomAttribute() method of NetObj class instead.

DeleteCustomAttribute(object, name) => void

Delete custom attribute name from object.

Table 1. Parameters

object

Target object.

name

Name of the custom attribute.

Example
>>> DeleteCustomAttribute($node, "test")
>>> test@$node
null