Endpoints Reference
Customer Address
Remove a Customer Address
DELETE
/v1/{siteEnv}/{siteId}/customers/{customer_external_id}/addresses/{customer_address_external_id}
PATH PARAMETERS
siteEnv
string
*Example: live
siteId
string
*Example: bobs-store
customer_external_id
string
*eCommerce platform ID of Customer
customer_address_external_id
string
*eCommerce platform ID of Customer Address
RESPONSES
204
Successful operation
401
Auth Failure
500
System Exception