I added a cursor on the chart series, can anyone tell me how to delete it?

Cursor is a very useful feature of chart series (LV_CHART_TYPE_LINE), but I can’t seem to find an API to remove it.
I know that lv_obj_set_style_line_opa can hide all cursors, but if I only want to hide or delete some of them, does anyone have any ideas?