Sha256: a8aa748302da35d84867a6656d21fe42e980793043809717848b3b2ba809fae6
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Deletes a account, and all users associated with this account # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/deleteAccount.html] def delete_account(id, options={}) options.merge!( 'command' => 'deleteAccount', 'id' => id ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/delete_account.rb |