I'm not much of an expert on influence functions; I'll start with the working definition provided in this answer by Michael Chernick: "The influence function for a parameter...essentially measures the difference between the parameter estimate when the data point is included compared with when it is left out."
In your case you want to know how removing particular event times from the observation set (maybe more precisely, making small changes in observed event times $T_i$) affect an estimate of survival at a particular time, $\hat S(t_0)$. In your situation with a non-parametric survival function estimate,* that might be the Kaplan-Meier estimate, or the survival function derived from the Nelson-Aalen estimate of cumulative hazard. So ask yourself the following questions:
If $T_i > t_0$, is $\hat S(t_0)$ affected if you omit observation $i$ or make a (small) change in its observed time?
If $T_i = t_0$ (an event perhaps of 0 probability in principle, but maybe of some practical interest), what happens to $\hat S(t_0)$ if you omit observation $i$ or make a (small) change in its observed time?
If $T_i < t_0$, what happens to $\hat S(t_0)$ if you omit observation $i$ or make a (small) change in its observation time?
The Wikipedia entry shows the derivation of the Kaplan-Meier estimate based on maximum likelihood, which might help put the above into a more formal argument.
Although you ask in the context of no censoring, also consider what happens to $\hat S(t_0)$ if there are small changes in censoring times that aren't close to $t_0$.
*Although the question was originally posed in terms of a Cox regression, discussion in comments clarified that the question is about a non-parametric estimate of a single survival curve. A "semi-parametric" Cox regression makes no parametric assumptions about the baseline hazard, with parametric modeling of covariate effects on hazard. If the "influence function" is defined in terms of small changes in observed event times with unaltered covariate values, this type of argument can be extended to Cox models. In Cox models, however, the "influence" of interest is generally in how each of $n$ individual cases, with associated covariate values, affects estimates of each of the $p$ regression coefficients.