what's the difference between API WriteRelationships(operation=DELETE) and API DeleteRelationships()?
v
vroldanbet
07/27/2023, 9:39 AM
the first one allows you to transactionally delete along doing creates or touches, while the latter does not allow you to do so, but in exchange it offers the ability to delete large amounts of relationships, and use filters