stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint

Description

Contains the different functions to run the operation deleteWebhookEndpointsWebhookEndpoint

Synopsis

Documentation

deleteWebhookEndpointsWebhookEndpoint Source #

Arguments

:: forall m. MonadHTTP m 
=> Text

webhook_endpoint | Constraints: Maximum length of 5000

-> ClientT m (Response DeleteWebhookEndpointsWebhookEndpointResponse)

Monadic computation which returns the result of the operation

DELETE /v1/webhook_endpoints/{webhook_endpoint}

<p>You can also delete webhook endpoints via the <a href="https://dashboard.stripe.com/account/webhooks">webhook endpoint management</a> page of the Stripe dashboard.</p>