Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Cannot delete hardware model

athavichith
Mega Sage

I cannot delete a hardware model. The hardware is duplicate hardware model and is being used in the product catalog item. When I try to delete the model, it cannot delete because it is being reference in the catalog item table. 

 

How can I update the catalog item reference to the correct model, this field is set to read only and there's no ACL being applied on it. 

 

Screenshot 2026-03-19 094456.jpg

 

2 REPLIES 2

Tanushree Maiti
Tera Sage

Hi @athavichith 

 

This KB article will hopefully solve your issue. Please go through it. Specifically Play 3 section.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1002763#:~:text=3%20%2D%20Fix....

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Vishnu-K
Tera Guru

Hi @athavichith ,

The models appear to be published to hardware catalog items, so we cannot simply dereference the duplicate models and reassign them to the correct one.

If the duplicate models are both published as hardware catalog items, each model will have its own associated catalog item. Therefore, the correct approach would be:

  • Identify the most appropriate model to retain  preferably the one most frequently used in purchase order requests and with the highest number of associated assets and CIs.

  • Migrate all related assets and configuration items (CIs) from the duplicate models to the selected model using a script.

  • Once the data is consolidated, delete the catalog items associated with the duplicate models.

  • Finally, remove the duplicate models themselves.

This ensures data integrity and avoids breaking existing references.

 

If this answers your question, please mark it as helpful and accept the solution for better community visibility.

 

Thanks,

Vishnu