Hi,

How to delete some of the content types? For example I have disabled and uninstalled all the *nm* modules and apps, but cannot remove content type - "delete" option is missing.

Comments

miche’s picture

Status: Active » Closed (won't fix)

I have confirmed that there is no delete button on the content type after uninstalling the app. This is caused by an issue with the Features module. @see http://drupal.org/node/1055460 The current workaround is to append "delete" to the edit content type url to manually trigger the delete functionality. ex: admin/structure/types/manage/nm-testimonial/delete

purabdk’s picture

I faced the similier issue. Content type delete button is missing if content type imported via features module.
Manually You can fix this issue by running following query through phpmyadmin

UPDATE node_type SET custom = 1, locked = 0;