Delete Category/Product Attribute
include 'app/Mage.php'; Mage::app(); $setup = Mage::getResourceModel('catalog/setup','catalog_setup'); //two parameters, attribute type and attribute code $setup->removeAttribute('catalog_category','attrib_code');