stripe_delete_customer: Delete a Customer.

Description Usage Arguments Value

View source: R/customers.R

Description

Remove a customer from your stripe account.

Usage

1
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.


RStripe documentation built on May 2, 2019, 7:45 a.m.