$session-E>removeElement( $object, $relation, @item[s] );

The removeElement() function removes one or more elements from an object relationship, such as ComposedOf.

It is recommended that the removeElement() feature of the InCharge::object module be used instead, as shown.

 $obj->removeElement( $relation, @item[s] );