deleteIfExists

fun deleteIfExists(maxRetries: Int = DEFAULT_MAX_RETRIES, initialDelayMs: Long = DEFAULT_INITIAL_DELAY_MS)

Retry-wrapped deleteIfExists. See writeText for rationale.