stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountPersonsPerson

Description

Contains the different functions to run the operation deleteAccountPersonsPerson

Synopsis

Documentation

deleteAccountPersonsPerson Source #

Arguments

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

The configuration to use in the request

-> Text

person | Constraints: Maximum length of 5000

-> Maybe DeleteAccountPersonsPersonRequestBody

The request body to send

-> m (Either HttpException (Response DeleteAccountPersonsPersonResponse))

Monad containing the result of the operation

DELETE /v1/account/persons/{person}

<p>Deletes an existing person’s relationship to the account’s legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the <code>account_opener</code>. If your integration is using the <code>executive</code> parameter, you cannot delete the only verified <code>executive</code> on file.</p>

data DeleteAccountPersonsPersonRequestBody Source #

Defines the data type for the schema deleteAccountPersonsPersonRequestBody