The removeItemFromOrderByRelationshipId actor-chain is used to remove items from the customer’s shopping cart using the CommerceItem or the shipping group relationship ID.
This actor-chain contains the following parameter:
Parameter  | Description  | 
|---|---|
  | The list of relationship IDs to remove from the order.  | 
Remove Item From Customer’s Cart by Relationship ID Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" "http://localhost:8280/rest/model/atg/commerce/custsvc/order/CartModifierActor/ removeItemFromOrderByRelationshipId?removalRelationshipIds=r99160002"

