# File lib/fog/openstack/models/identity/tenant.rb, line 28 def destroy requires :id connection.delete_tenant(self.id) true end