# File lib/rhc/rest/team.rb, line 21
      def destroy(force=false)
        debug "Deleting team #{name} (#{id})"
        raise RHC::OperationNotSupportedException.new("The server does not support deleting this resource.") unless supports? 'DELETE'
        rest_method "DELETE"
      end