> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/7.19.1/snomed-ct-templates/authoring/deleting-templates.md).

# Deleting Templates

Unnecessary or unused templates can be easily deleted by using the template context menu by right-clicking on the Template you want to delete and click on the ![](https://snowowl.atlassian.net/wiki/download/attachments/775618639/04.png?version=1\&modificationDate=1605199982679\&cacheVersion=1\&api=v2) option.

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.

![Console View toolbar menu option](https://snowowl.atlassian.net/wiki/download/attachments/775618639/05.png?version=1\&modificationDate=1605200221591\&cacheVersion=1\&api=v2)

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>
```
