Hi Heera Mallik,
Not tried personally but you could achieve it using hideTabStripItem & unhideTabStripItem methods of panel .
this.findParentByType('tabpanel').hideTabStripItem(0);
this.findParentByType('tabpanel').unhideTabStripItem(0);
Thanks,
Sham
@adobe_sham