Deletes all the relationships for the specified object.
            Left and right parameters determine whether the object can be on left or right side of the relationship.
            
Namespace: CMS.RelationshipsAssembly: CMS.Relationships (in CMS.Relationships.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- objectId
 - Type: 
System Int32
Object ID 
- objectType
 - Type: 
System String
Object type 
- left
 - Type: 
System Boolean
Object on the left side of the relationship 
- right
 - Type: 
System Boolean
Object on the right side of the relationship 
See Also