Address
Address: Delete
- Python
result = gateway.address.delete("the_customer_id", 'the_address_id')
result.is_success
# True
Note
When an address is deleted from a customer, it is also removed from any Vault payment methods that
reference the address for billing or shipping.
NotFoundError
exception.
Arguments
address_id
required, strThe two-letter value for an address associated with a specific customer ID. The maximum number of addresses per customer is 50.
customer_id
required, strA string value representing an existing customer in your Vault.
When True, the address will not be deleted if it is the billing address for a payment instrument.