Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation deleteAccountExternalAccountsId
Synopsis
- deleteAccountExternalAccountsId :: forall m. MonadHTTP m => Text -> ClientT m (Response DeleteAccountExternalAccountsIdResponse)
- data DeleteAccountExternalAccountsIdResponse
Documentation
deleteAccountExternalAccountsId Source #
:: 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>
data DeleteAccountExternalAccountsIdResponse Source #
Represents a response of the operation deleteAccountExternalAccountsId
.
The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), DeleteAccountExternalAccountsIdResponseError
is used.
DeleteAccountExternalAccountsIdResponseError String | Means either no matching case available or a parse error |
DeleteAccountExternalAccountsIdResponse200 DeletedExternalAccount | Successful response. |
DeleteAccountExternalAccountsIdResponseDefault Error | Error response. |