Revoke a Token

You can revoke a token that was previously generated in the same CLI. This will delete the token permanently, and you will not be able to use it to authenticate your CLI operations any longer.

To revoke a token, execute the following command in the same device’s terminal that was used to generate the token:

copy
$
catalyst token:revoke <token ID>

You must specify the token ID of the token to be revoked. You can find the ID of a token using the command mentioned in the previous section.

catalyst_cli_token_revoke

Last Updated 2023-12-14 16:25:23 +0530 +0530

ON THIS PAGE