astra token delete
astra token delete [-qV] [--if-exists] [--no-input] [--[no-]spinner] [--yes]
[--color[=WHEN]] [--dump-logs[=FILE]] [-h[=all]] [-o=FORMAT]
[[[-cf=PATH] [-p=NAME]] | [--token=TOKEN [--env=ENV]]]
[TOKEN]
Delete a token
Aliases
astra token revoke
Options
TOKEN-
Token identifier
--if-exists-
Do not fail if token does not exist
--yes-
Force deletion of token without prompting
Common Options
-h,--help-
Show this help message and exit.
-o,--output-
One of: human, json, csv
-V,--verbose-
Enable verbose logging output
-q,--quiet-
Only output essential information
--spinner-
Enable/disable loading spinners
--no-input-
Don’t ask for user input (e.g. confirmation prompts)
--color-
One of: auto, never, always
--dump-logs-
Write all logs to an optionally specified file
Connection Options
-cf,--config-file-
The
.astrarcfile to use for this command -p,--profile-
The
.astrarcprofile to use for this command. Can be set viaASTRA_PROFILE. --token-
The astra token to use for this command. Use the
--token @filesyntax to read the token from a file, to avoid potential leaks. --env-
Astra environment the token belongs to: prod (default), dev, test, or local. Leave unset unless you were issued a non-prod token.
Examples
# Delete a specific token
$ astra token delete <client_id>
# Delete a token without failing if it doesn't exist
$ astra token delete <client_id> --if-exists
# Delete an interactively selected token without confirmation prompt
$ astra token delete --yes