stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountBankAccountsId

Description

Contains the different functions to run the operation deleteAccountBankAccountsId

Synopsis

Documentation

deleteAccountBankAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id

-> ClientT m (Response DeleteAccountBankAccountsIdResponse)

Monadic computation which returns the result of the operation

DELETE /v1/account/bank_accounts/{id}

<p>Delete a specified external account for a given account.</p>