How to delete a Catalog Item Template?

NT
Kilo Contributor

I'd like to delete some Catalog Item Templates but can't work out how.

The ServiceNow docs cover creating and editing via Catalog Builder but for deletion they simply say "use the Now platform" without saying where. I can't find templates in there at all.

Does anyone know where I should be looking / what to search for?

1 ACCEPTED SOLUTION

Sumit Maniktal1
Tera Expert

You can go to sc_template & sc_template_detail tables (using sc_template.LIST & sc_template_detail.LIST in filter navigator) & delete the corresponding records from there using delete item from list menu

View solution in original post

3 REPLIES 3

Sumit Maniktal1
Tera Expert

You can go to sc_template & sc_template_detail tables (using sc_template.LIST & sc_template_detail.LIST in filter navigator) & delete the corresponding records from there using delete item from list menu

Hello! What permissions do you need to delete a template? I have catalog_admin rights but don't seem to be able to delete the templates

NT
Kilo Contributor

Thank you, that worked. Marked as answered!