Customer

Customer: Delete

You can delete a customer using its ID. When a customer is deleted, all associated payment methods are also deleted, and all associated recurring billing subscriptions are canceled.

  1. Python
result = gateway.customer.delete("the_customer_id")

result.is_success
Arguments
customer_idrequired, str
A string value representing an existing customer in your Vault.