stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteRadarValueListItemsItem

Description

Contains the different functions to run the operation deleteRadarValueListItemsItem

Synopsis

Documentation

deleteRadarValueListItemsItem Source #

Arguments

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

The configuration to use in the request

-> Text

item | Constraints: Maximum length of 5000

-> Maybe DeleteRadarValueListItemsItemRequestBody

The request body to send

-> m (Either HttpException (Response DeleteRadarValueListItemsItemResponse))

Monad containing the result of the operation

DELETE /v1/radar/value_list_items/{item}

<p>Deletes a <code>ValueListItem</code> object, removing it from its parent value list.</p>

data DeleteRadarValueListItemsItemRequestBody Source #

Defines the data type for the schema deleteRadarValueListItemsItemRequestBody