Magento Remove custom category attribute Magento February 28, 2013 Pramod T P <?php $this->startSetup(); $this->removeAttribute(‘catalog_category’, ‘show_line_name’); $this->endSetup(); ?>