stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountExternalAccountsId

Description

Contains the different functions to run the operation deleteAccountExternalAccountsId

Synopsis

Documentation

deleteAccountExternalAccountsId Source #

Arguments

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

The configuration to use in the request

-> Text

id

-> Maybe DeleteAccountExternalAccountsIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteAccountExternalAccountsIdResponse))

Monad containing the result of the operation

DELETE /v1/account/external_accounts/{id}

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

data DeleteAccountExternalAccountsIdRequestBody Source #

Defines the data type for the schema deleteAccountExternalAccountsIdRequestBody