DROP API_TOKEN
Syntax
DROP API_TOKEN api_token_name;Description
Arguments
api_token_name
Examples
Drop an API_TOKEN
<no-db>/<no-store># LIST API_TOKENS;
+-------------+------------+-------------------------------+-------------------------------+
| Name | Last Used | Created At | Expires At |
+=============+============+===============================+===============================+
| my_token | <null> | 2024-06-04 22:42:18 +0000 UTC | 2024-09-02 22:42:18 +0000 UTC |
+-------------+------------+-------------------------------+-------------------------------+
<no-db>/<no-store># DROP API_TOKEN my_token;
+------------+------------+------------+------------------------------------------+
| Type | Name | Command | Summary |
+============+============+============+==========================================+
| api_token | my_token | DROP | api_token my_token was successfully |
| | | | dropped |
+------------+------------+------------+------------------------------------------+Last updated

