DimensionDestroy
Description:
"Deletes a dimension
NOTE: This function is different than the DimensionDeleteAllElements function in that this function will delete a dimension whereas DimensionDeleteAllElements function will keep the dimension intact but just remove all elements from it."
Syntax:
DimensionDestroy(DimName);
Arguments:
DimName - Dimension that you want to delete.
Return Type:
Nothing
Example:
"DimensionDestroy('Products');
This will delete the Products dimension"