[SOLVED] How to delete a configuration item

Moderator: crythias

Post Reply
savio
Znuny newbie
Posts: 37
Joined: 13 Aug 2015, 18:05
Znuny Version: 4.0.14

[SOLVED] How to delete a configuration item

Post by savio »

Hello guys,

Does anyone know how I can do to delete an item from the CMDB?

Thank you.
Last edited by savio on 20 May 2016, 16:17, edited 1 time in total.
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: How to delete a configuration item

Post by EXG133 »

[user@server ~]$ /opt/otrs/bin/otrs.ITSMConfigItemDelete.pl --help

otrs.ITSMConfigItemDelete.pl
delete config items (all, by class (and deployment state) or by number).
Copyright (C) 2001-2015 xxx, http://otrs.com/

Usage: /opt/otrs/bin/otrs.ITSMConfigItemDelete.pl [options]

Options are as follows:
--help display this option help
--all delete all config items
--class name delete all config items of this class
--deploymentstate name delete all config items with this deployment state (ONLY TOGETHER with the --class parameter)
--ConfigItemNumber no1 no2 no3 delete listed config items
savio
Znuny newbie
Posts: 37
Joined: 13 Aug 2015, 18:05
Znuny Version: 4.0.14

[SOLVED] Re: How to delete a configuration item

Post by savio »

Thank you very much! It worked!
Post Reply