stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteAccountsAccountPeoplePerson

Description

Contains the different functions to run the operation deleteAccountsAccountPeoplePerson

Synopsis

Documentation

deleteAccountsAccountPeoplePerson Source #

Arguments

:: forall m. MonadHTTP m 
=> DeleteAccountsAccountPeoplePersonParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response DeleteAccountsAccountPeoplePersonResponse)

Monadic computation which returns the result of the operation

DELETE /v1/accounts/{account}/people/{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 DeleteAccountsAccountPeoplePersonParameters Source #

Defines the object schema located at paths./v1/accounts/{account}/people/{person}.DELETE.parameters in the specification.

Constructors

DeleteAccountsAccountPeoplePersonParameters 

Fields