- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 10:30 AM
We have the need to delete all of the CMDB_CI's in our DEV instance so we can test a new data source for CMDB.
I have this script from the past and wanted to see if it will work now.
var gr = new GlideRecord('cmdb_ci');
gr.query();
gr.deleteMultiple();
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 10:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 10:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 10:58 AM
Hi John,
Please refer
https://hi.service-now.com/kb_view.do?sys_kb_id=1e62e5cfdb973b401cd8a345ca961981&id=kb_article_view&...
Reference: Need to delete all records in my cmdb_ci table
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***