stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteRecipientsId

Description

Contains the different functions to run the operation deleteRecipientsId

Synopsis

Documentation

deleteRecipientsId Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

id | Constraints: Maximum length of 5000

-> StripeT m (Response DeleteRecipientsIdResponse)

Monadic computation which returns the result of the operation

DELETE /v1/recipients/{id}

<p>Permanently deletes a recipient. It cannot be undone.</p>

data DeleteRecipientsIdResponse Source #

Represents a response of the operation deleteRecipientsId.

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

Constructors

DeleteRecipientsIdResponseError String

Means either no matching case available or a parse error

DeleteRecipientsIdResponse200 DeletedRecipient

Successful response.

DeleteRecipientsIdResponseDefault Error

Error response.