stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteTerminalLocationsLocation

Description

Contains the different functions to run the operation deleteTerminalLocationsLocation

Synopsis

Documentation

deleteTerminalLocationsLocation Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

location | Constraints: Maximum length of 5000

-> ClientT m (Response DeleteTerminalLocationsLocationResponse)

Monadic computation which returns the result of the operation

DELETE /v1/terminal/locations/{location}

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