Cartalyst\Stripe\Api\ExternalAccounts::delete PHP Method

delete() public method

Deletes an existing bank account from a connected account.
public delete ( string $accountId, string $externalAccountId ) : array
$accountId string
$externalAccountId string
return array
    public function delete($accountId, $externalAccountId)
    {
        return $this->_delete("accounts/{$accountId}/external_accounts/{$externalAccountId}");
    }