"hammer content-view remove" - cannot delete version while it is in environment Library
The following CLI command :
hammer content-view remove --content-view-version-ids $VID --name "$CONTENT_V_NAME" $ORG
tells :
Could not remove objects from content view:
Cannot delete version while it is in environment Library
If I try the same through web console, I have the following option
**Completely remove version? **
and permit the deletion.
What’s the way to get this option with hammer CLI ?
Responses