RemoveFromCart: {
    events: (Cart | CartItem | Identity | PartyIdentification | ErrorEvent)[];
}

Description: Remove a line item entirely from the cart. (Use Update Cart to reduce quantity of an existing line item.)

Type declaration