AttrDelete
Description:
This function deletes an element attribute from the TM1 database.
Syntax:
AttrDelete(DimName, AttrName);
Arguments:
DimName - Dimension name from which you want to delete the attribute
AttrName - Name of the attribute that you want to delete
Return Type:
Nothing
Example:
AttrDelete('Products','ProductTYPE');
This will delete the ProductTYPE attribute from Products dimension