stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountExternalAccountsId

Description

Contains the different functions to run the operation deleteAccountExternalAccountsId

Synopsis

Documentation

deleteAccountExternalAccountsId Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id

-> ClientT m (Response DeleteAccountExternalAccountsIdResponse)

Monadic computation which returns the result of the operation

DELETE /v1/account/external_accounts/{id}

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