Let d-claw (or d-star ) stand for K 1,d , the complete bipartite graph with 1 and d ≥ 1 vertices on each part. The d-claw vertex deletion problem, dclaw-vd, asks for a given graph G and an integer k if one can delete at most k vertices from G such that the resulting graph has no d-claw as an induced subgraph. Thus, 1-claw-vd and 2-claw-vd are just the famous vertex cover problem and the cluster vertex deletion problem, respectively. In this paper, we strengthen a hardness result in [M. Yannakakis, Node-Deletion Problems on Bipartite Graphs, SIAM J. Comput. (1981)], by showing that cluster vertex deletion remains NP-complete when restricted to bipartite graphs of maximum degree 3. Moreover, for every d ≥ 3, we show that d-claw-vd is NP-complete even when restricted to bipartite graphs of maximum degree d. These hardness results are optimal with respect to degree constraint. By extending the hardness result in [F. Bonomo-Braberman et al., Linear-Time Algorithms for Eliminating Claws in Graphs, COCOON 2020], we show that, for every d ≥ 3, d-claw-vd is NP-complete even when restricted to split graphs without (d + 1)-claws, and split graphs of diameter 2. On the positive side, we prove that d-claw-vd is polynomially solvable on what we call d-block graphs, a class properly contains all block graphs. This result extends the polynomial-time algorithm in [Y. Cao et al., Vertex deletion problems on chordal graphs, Theor. Comput. Sci. (2018)] for 2-claw-vd on block graphs to d-claw-vd for all d ≥ 2 and improves the polynomial-time algorithm proposed by F. Bonomo-Brabeman et al. for (unweighted) 3-claw-vd on block graphs to 3-block graphs.