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

subscriptionId
integer
customerId
integer
merchantSubscriptionRefId
string | null
networkTransactionId
string | null
billingIntervalType
string | null
billingIntervalCount
integer
subscriptionStatusType
string | null
subscriptionCancelType
string | null
initialBillDate
string | null
nextBillDate
string | null
taxAddress
object
paymentMethodIds
integer[] | null
cancelledAt
string<date-time> | null
billingPlans
object[] | null
message
string | null
paymentProcessor
string | null
processorMerchantId
string | null
processorRawResponse
string | null
currency
string | null