Delete Customer Address
curl --request DELETE \
  --url https://api.revolv3.com/api/Customers/{customerId}/address/{addressId}
{
  "customerId": 1,
  "merchantCustomerRefId": "1234-5678-9101",
  "firstName": "John",
  "lastName": "Doe",
  "billingAddresses": [],
  "shippingAddresses": [],
  "taxAddresses": [],
  "subscriptions": []
}

Path Parameters

customerId
integer
required
addressId
integer
required

Response

OK

The response is of type object[].