stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint

Description

Contains the different functions to run the operation deleteWebhookEndpointsWebhookEndpoint

Synopsis

Documentation

deleteWebhookEndpointsWebhookEndpoint Source #

Arguments

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

The configuration to use in the request

-> Text

webhook_endpoint | Constraints: Maximum length of 5000

-> Maybe DeleteWebhookEndpointsWebhookEndpointRequestBody

The request body to send

-> m (Either HttpException (Response DeleteWebhookEndpointsWebhookEndpointResponse))

Monad containing 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>

data DeleteWebhookEndpointsWebhookEndpointRequestBody Source #

Defines the data type for the schema deleteWebhookEndpointsWebhookEndpointRequestBody

Instances
Eq DeleteWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint

Show DeleteWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint

ToJSON DeleteWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint

FromJSON DeleteWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.DeleteWebhookEndpointsWebhookEndpoint