Deleting a relationship between two objects

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 source object of the relationship. You can set the object_spec to a single object of any type.
-n|-name relationship_name
Specifies the name of the relationship to delete.
-t|-to object_spec
Specifies the destination object of the relationship. You can set the object_spec to a single object of any type.

Example

About this task

  • Delete the successor relationship from clear.c-2 to clear.c-1:

    ccm unrelate -n successor -f clear.c-1:csrc:1 -t clear.c-2:csrc:1

Description and uses

About this task

The unrelate command deletes a relationship, rel_name, between file_spec1 and file_spec2.

You can define new relationships using the relate command.

To delete the relationship between two objects, you must include all three object specifications.

The command does not update the query selection set.


Feedback