Cartalyst\Stripe\Api\ExternalAccounts::delete PHP Метод

delete() публичный Метод

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