Important
|
Deprecated in 3.0. Please use deleteCustomAttribute() method of NetObj class instead. |
DeleteCustomAttribute(object, name) => void
Delete custom attribute name
from object
.
object |
Target object. |
name |
Name of the custom attribute. |
Example
>>> DeleteCustomAttribute($node, "test") >>> test@$node null