Deleting Templates

Deletion also could be done via Console command. In order to execute that, open the Console View, and in its toolbar, select the Host OSGi console option.

Here one of the following codes can be entered.

//This will delete all the Templates that are available
snowowl templates delete --all
//This will delete only the defined Template
snowowl templates delete -t <templateid>