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

delete() public method

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