Deleting Addresses

Addresses are uniquely identified by a customer id and an address id, so you need both of these fields to delete an address. When an address is deleted from a customer, it is also removed from any vault credit cards that reference the address for billing or shipping.

Braintree::Address.delete("the_customer_id", "the_address_id")