How to delete the tabview tab

Description

I created several tabs via lv_tabview_add_tab, I want to delete one of the tabs now, but I can’t do it.

What MCU/Processor/Board and compiler are you using?

What do you want to achieve?

Delete the tabview tab

What have you tried so far?

lv_obj_delete() does not work

Code to reproduce

Screenshot and/or video

I could be wrong, but I don’t think it’s possible to delete a tab from a tabview right now.

thank you!!!

I can confirm it, there is no API function to delete tabs right now.