To remove a particular attribute or relationship for an object, adhere to the syntax of the ICIM/XML DTD. This means that the relationship and attribute updates must be nested within the appropriate object declaration. For example, to remove the Subscriptions relationship from the EastCoast service offering, use the following syntax:

<icim>
    <object class="ServiceSubscriber" name="Cust 1" method="update">
  <relationship name="Subscriptions" method="remove">
        <object class="ServiceOffering" name="EastCoast" />
  </relationship>
    </object>
</icim>

The topology returns to look as it did in GUID-2FE20289-22E6-484C-BBB2-041DE8E062FA.html#GUID-2FE20289-22E6-484C-BBB2-041DE8E062FA___XML_USING_17754.