Sha256: e631fd3b404e7cb0899d89c0d440788d8ed1471a9b6b0910c6fcc112f1a965d2

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

module Fog
  module Cloudian
    class Admin
      class Real
        def delete_user(user_name, group_name)
          request(:delete, 'user', nil, { userId: user_name, groupId: group_name })
          # the response is 200 with an empty body
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-cloudian-0.1.0 lib/fog/cloudian/requests/admin/delete_user.rb