DeleteContentRelationsRequest

Hi,
I was able to add content relations using AddContentRelationsRequest but would like to know if there is a similar request to delete the ContentRelations.

Yes, you can use deleteContentRelations operation to remove relationships. This operation is available from the same “port” as you used for add relationships

I found the method DeleteContentRelations but thought there would be something similar to AddContentRelationsRequest. But this DeleteContentRelations is expecting some longid’s will play with this and see. Because I dont want to delete the actual contentItem but just the relation.

The IDs for delete relationships are relationship IDs, not the content item IDs. You can only delete relationships through “delete relationships” operation, but not content items.