private fun deleteRelationships(key: RelationshipGroupKey, relationships: Set<Relationship>): Mono<Void>
Deletes a group of relationships The relationships are defined by the key.relationshipDefinition and key.inverseRelationshipDefinition
Return
an empty Mono to wait for the end of the operation
Parameters
key
the key defining the relationships
relationships
the relationships to delete