stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteTerminalReadersReader

Description

Contains the different functions to run the operation deleteTerminalReadersReader

Synopsis

Documentation

deleteTerminalReadersReader Source #

Arguments

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

The configuration to use in the request

-> Text

reader | Constraints: Maximum length of 5000

-> Maybe DeleteTerminalReadersReaderRequestBody

The request body to send

-> m (Either HttpException (Response DeleteTerminalReadersReaderResponse))

Monad containing the result of the operation

DELETE /v1/terminal/readers/{reader}

<p>Deletes a <code>Reader</code> object.</p>

data DeleteTerminalReadersReaderRequestBody Source #

Defines the data type for the schema deleteTerminalReadersReaderRequestBody