Delete Credentials
$ catalytic credentials delete <CredentialsName>
This command deletes locally saved Credentials by name.
This will not prevent future use of the Credentials
This command only deletes the saved Credentials locally. To permanently revoke the Credentials, use the Catalytic UI. Visit "My Profile" > "Access Tokens", select the Access Token you wish to revoke, and click the
Remove Token
button.
Option | Description |
---|---|
<CredentialsName> | The name of the saved Credentials to delete |
Example
Delete saved Credentials with name hooli
$ catalytic credentials delete 'hooli'
Updated over 3 years ago