influxctl token delete
The influxctl token delete
command deletes a database token from an InfluxDB
cluster and revokes all permissions associated with the token.
Usage
influxctl token delete <TOKEN_ID> [<TOKEN_ID_N>...]
Deleting a token is immediate and cannot be undone
Deleting a database token is a destructive action that takes place immediately and cannot be undone.
Rotate deleted tokens
After deleting a database token, any clients using the deleted token need to be updated with a new database token to continue to interact with your InfluxDB cluster.
Arguments
Argument | Description |
---|---|
TOKEN_ID | Database token ID to delete |
Flags
Flag | Description | |
---|---|---|
--force | Do not prompt for confirmation to delete (default is false) | |
-h | --help | Output command help |
Examples
In the examples below, replace the following:
TOKEN_ID
: token ID to delete
Delete a database token
influxctl token delete TOKEN_ID
Delete multiple database tokens
influxctl token delete TOKEN_ID_1 TOKEN_ID_2
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.