stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteRadarValueListsValueList

Description

Contains the different functions to run the operation deleteRadarValueListsValueList

Synopsis

Documentation

deleteRadarValueListsValueList Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

value_list | Constraints: Maximum length of 5000

-> StripeT m (Response DeleteRadarValueListsValueListResponse)

Monadic computation which returns the result of the operation

DELETE /v1/radar/value_lists/{value_list}

<p>Deletes a <code>ValueList</code> object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.</p>