Cartalyst\Stripe\Api\Account::delete PHP Méthode

delete() public méthode

Deletes an existing account.
public delete ( string $accountId ) : array
$accountId string
Résultat array
    public function delete($accountId)
    {
        return $this->_delete("accounts/{$accountId}");
    }