DimensionElementDelete
Description:
Deletes an element from a dimension
Syntax:
DimensionElementDelete(DimName, ElemName);
Arguments:
"DimName - Name of the dimension from which you want to delete element.
ElemName - Name of the element that you want to delete."
Return Type:
Nothing
Example:
DimensionElementDelete('Months', 'Jan');