DeleteCxObj(co);
VOID DeleteCxObj(CxObj *);
Deletes a commodity object of any type. If the object is linked into a list, it is first removed. Note that the handle 'co' is invalid after this function is called.
Also note that deleting an object which has other objects attached to it may be undesirable. Use the function
DeleteCxObjAll() to delete an entire sub-tree of objects.