# File lib/fog/identity/openstack/v2/models/tenants.rb, line 24
          def destroy(id)
            tenant = find_by_id(id)
            tenant.destroy
          end