Learn R Programming

RStripe (version 0.1)

stripe_delete_invoice_item: Delete an Invoice Item.

Description

Remove an invoice item from an invoice.

Usage

stripe_delete_invoice_item(api_key, item_id)

Arguments

api_key
Your Stripe API Key
item_id
The invoice item id you want to delete

Value

A data frame without errors if successful.