Hopefully the subject has enough detail. I'm working with the rest API, and I've figured out how to create an assembly, then add products to it. I've also figured out how to modify the quantity OR the product id of an existing entry (itemComponent) in the assembly, but i'm lost on how to remove an itemComponent from the assembly outright. I would expect setting the quantity to 0 to do this, but it just reverts to 1 instead.
I would like to accomplish the equivalent of clicking the trash can icon in the Assembly editor view. The line disappears entirely, removing the item from the assembly.