The deleteAddress actor-chain is used to delete an existing address from a customer profile. Note that you cannot delete an address that has been identifies as a default billing or shipping address.

Parameter

Description

addressId

Identifies the address to delete.

Delete Customer Profile Address Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"addressId\": \"270015\" }" "http://localhost:8280/rest/model/atg/svc/agent/
profile/AddressBookActor/deleteAddress"

Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices