The removeItemFromGiftlist actor-chain allows an agent to remove an item from a customer’s gift list.
Parameter  | Description  | 
|---|---|
  | The ID of the gift list from which the items will be removed.  | 
  | The ID of the item to remove from the gift list.  | 
Remove Item from Customer’s Gift List Example
curl -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
"giftlistId": "gl380011", "giftItemId" : "gi30002"}" "http://localhost:8180/
rest/model/atg/commerce/custsvc/gifts/CSRGiftlistActor/removeItemFromGiftlist"
