How to reverse a delivered changeset using lscm (command line)

I looked over the internet and tried lscm documentation to find out how to reverse a delivered changeset using lscm (command line), the closest I found is this post which is for eclipse users only: https://jazz.net/forum/questions/81423/how-to-roll-back-remove-delivered-change-sets-in-rtc
2 answers

From method 1) you referring to:
https://jazz.net/forum/questions/81423/how-to-roll-back-remove-delivered-change-sets-in-rtc
you would need to do similar things with lscm command:
- undo change
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/undo_change.html
- checkin new changeset
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/checkin.html&scope=null
- deliver to stream to remove the change
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/deliver.html&scope=null

Want to be able to reverse a change set with the CLI (98213)