input(:service_auth_token, :argument => :optional,
          :from_given => proc { |guid| client.service_auth_token(guid) },
          :desc => "Auth token to delete") {
      tokens = client.service_auth_tokens
      fail "No tokens!" if tokens.empty?