The CancelOrderActor is used to cancel or delete the current order. This actor is located in: /atg/commerce/custsvc/order/CancelOrderActor.
This actor contains the cancelCurrentOrder actor-chain:
Parameter  | Description  | 
|---|---|
  | The ID of the order to cancel.  | 
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
"orderIdToCancel": "o640001" }" "http://localhost:8280/rest/model/atg/
commerce/custsvc/order/CancelOrderActor/cancelOrder"
