The deleteGiftlist actor-chain deletes a specific gift.
Parameter  | Description  | 
|---|---|
  | The ID of the gift list to delete.  | 
Delete a Gift List Example
curl -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
"giftlistId": "gl20002"}" "http://localhost:8280/rest/model/atg/commerce/gifts/
GiftlistActor/deleteGiftlist"
