Cannot delete a State that has no references
How can I delete a state which is no longer needed nor is it used. All references to i have been deleted.
Here is what I've tried in CLI:
im deletestate --hostname=mks state_name
Deleting state...
Submitting...
Delete state state_name? [yn](n): y
State "state_name" cannot be deleted because it is still being referenced and a database constraint will not allow it to be deleted. If Items have been created that reference this State, you will not be able to delete this State until you deleted those Items. If this state is referenced by admin objects, you can find where it is being referenced by viewing the State and selecting the Refences tab.
The References tab display no references.
When I try to view references view CLI:
im viewstate --hostname=mks --showreferences state_name
-------------------------
Created by user_name (user_name) on Jul 19, 2004 1:02:41 PM
Modified by user_name (user_name) on Jun 4, 2014 8:12:00 AM
State: state_name
Description:
Blah Blah
Image: none
Position: 120
Capabilities: none
References:
-------------------------


