Description of problem: When deleting non-existing token with this command: $rhc authorization delete --auth-token 11111111 Version-Release number of selected component (if applicable): rhc 1.15.6 How reproducible: always Steps to Reproduce: 1. rhc authorization delete --auth-token 11111111 2. echo $? 3. Actual results: Expected results: Additional info:
Intentional - we decided that the outcome (the token is gone) is what we are conveying. Deleting a non-existent token is the same as deleting an existing token. Only a failure to remove a token returns nonzero