recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Operations.Delete_account_external_account

Description

Contains the different functions to run the operation delete_account_external_account

Synopsis

Documentation

delete_account_external_account Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response Delete_account_external_accountResponse)

Monadic computation which returns the result of the operation

DELETE /accounts/{account_id}/external_accounts/{external_account_id}

Delete an external account for an account

data Delete_account_external_accountResponse Source #

Represents a response of the operation delete_account_external_account.

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), Delete_account_external_accountResponseError is used.

delete_account_external_accountWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response Delete_account_external_accountResponse)

Monadic computation which returns the result of the operation

DELETE /accounts/{account_id}/external_accounts/{external_account_id}

The same as delete_account_external_account but accepts an explicit configuration.

delete_account_external_accountRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

DELETE /accounts/{account_id}/external_accounts/{external_account_id}

The same as delete_account_external_account but returns the raw ByteString.

delete_account_external_accountWithConfigurationRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response ByteString)

Monadic computation which returns the result of the operation

DELETE /accounts/{account_id}/external_accounts/{external_account_id}

The same as delete_account_external_account but accepts an explicit configuration and returns the raw ByteString.