how to delete a specific content view version

Latest response

hammer> organization list
---|-------------------------|-------------------------|-------------|-------------------------|------------

ID TITLE NAME DESCRIPTION LABEL DESCRIPTION
1 company_name company_name company_name
--- ------------------------- ------------------------- ------------- ------------------------- ------------

hammer> content-view list --organization-id 1
----------------|---------------------------|---------------------------|-----------|---------------------|---------------------------------------------------------------------------------

CONTENT VIEW ID NAME LABEL COMPOSITE LAST PUBLISHED REPOSITORY IDS
1 Default Organization View Default_Organization_View 2019/07/16 15:18:53
4 Zabbix RHEL7 Zabbix 2020/09/18 09:40:03 21, 26, 25

hammer> content-view version list --content-view-id 4 --organization-id 1
-----|-------------------|---------|-----------------------

ID NAME VERSION LIFECYCLE ENVIRONMENTS
2331 Zabbix RHEL7 67.0 67.0 Library
2291 Zabbix RHEL7 66.0 66.0
2251 Zabbix RHEL7 65.0 65.0
2211 Zabbix RHEL7 64.0 64.0
2171 Zabbix RHEL7 63.0 63.0

I would like to delete ID=2251, ID=2211, ID=2171

please help with the correct command, don't want to destroy server

Responses