# File lib/braintree/paypal_account_gateway.rb, line 21
    def delete(token)
      @config.http.delete("/payment_methods/paypal_account/#{token}")
    end