Resolved! How to delete all of the CMDB_CI data
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();