# File lib/rhc/commands/team.rb, line 81
    def delete(_)
      team = find_team(:owned => true)

      say "Deleting team '#{team.name}' ... "
      team.destroy
      success "deleted"

      0
    end