# File lib/braintree/customer.rb, line 40
    def self.delete(customer_id)
      Configuration.gateway.customer.delete(customer_id)
    end