stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteInvoiceitemsInvoiceitem

Description

Contains the different functions to run the operation deleteInvoiceitemsInvoiceitem

Synopsis

Documentation

deleteInvoiceitemsInvoiceitem Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

invoiceitem | Constraints: Maximum length of 5000

-> Maybe DeleteInvoiceitemsInvoiceitemRequestBody

The request body to send

-> m (Either HttpException (Response DeleteInvoiceitemsInvoiceitemResponse))

Monad containing the result of the operation

DELETE /v1/invoiceitems/{invoiceitem}

<p>Deletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they’re not attached to invoices, or if it’s attached to a draft invoice.</p>

data DeleteInvoiceitemsInvoiceitemRequestBody Source #

Defines the data type for the schema deleteInvoiceitemsInvoiceitemRequestBody