Drops an existing API_TOKEN in the current . It can only be executed by the API_TOKEN owner.
DROP API_TOKEN cannot be undone. Use it with care!
Arguments
api_token_name
The name of the API_TOKEN to drop. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.
Examples
Drop an API_TOKEN
The following shows how to drop the API_TOKEN named my_token:
<no-db>/<no-store># LIST API_TOKENS;+-------------+------------+-------------------------------+-------------------------------+|Name|LastUsed|CreatedAt|ExpiresAt|+=============+============+===============================+===============================+|my_token|<null> |2024-06-0422:42:18+0000UTC|2024-09-0222:42:18+0000UTC|+-------------+------------+-------------------------------+-------------------------------+<no-db>/<no-store># DROP API_TOKEN my_token;+------------+------------+------------+------------------------------------------+|Type|Name|Command|Summary|+============+============+============+==========================================+|api_token|my_token|DROP|api_tokenmy_tokenwassuccessfully|||||dropped|+------------+------------+------------+------------------------------------------+