Hello everyone
Accordingly to documentation, with Web API, we can Associate entities on update (https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_5)
Is it possible to do the same thing for deassosiating, with a some kind of @odata.unbind? For instance, I have three lookups and I want to clear them all at once, without sending of a DELETE request three times, like in Remove a reference to an entity example (https://msdn.microsoft.com/en-us/library/mt607875.aspx#Anchor_2)
Thanks for advance