Learn R Programming

RStripe (version 0.1)

stripe_delete_customer: Delete a Customer.

Description

Remove a customer from your stripe account.

Usage

stripe_delete_customer(api_key, customer_id)

Arguments

api_key
Your Stripe API Key
customer_id
The id of the customer you want to delete

Value

A data frame empty if successful.