/* Suponiendo que la columna que deseas ocultar es la tercera */
.table-leads th:nth-child(0),
.table-leads td:nth-child(0) {
    display: none;
}