element_remove_attribute
Remove an attribute from a database element. Returns true if the attribute existed.
arguments
- "attribute_name" : String
The name of the attribute to remove.
- "element_name" : String
The name of the database element to remove the attribute from.
return value
BooleanA flag indicating if the attribute existed on the element or not.