Deleting a relationship between two objects

You can delete a specified relationship from an object to one or more destination objects, or from specified objects to a single destination object. If you delete a relationship that does not exist, the operation succeeds although the command does nothing.

About this task

ccm unrelate -n|-name relationship_name 
             (-f|-from from_object_spec)... 
             (-t|-to to_object_spec)...
-f|-from object_spec...
Specifies the originating object or objects from which the relationship is created. If more than one origin object is specified, you cannot specify multiple destination objects.
-n|-name relationship_name
Specifies the name of the relationship to delete.
-t|-to object_spec...
Specifies the destination object or objects to which the relationship is created. If more than one destination object is specified, you cannot specify multiple origin objects.

Example


Feedback