Page cover

delete

The cldkctl token delete command permanently removes an authentication token from your Cloudeka account. Once deleted, the token can no longer be used to access any Cloudeka services. This operation is irreversible, so it should be used with caution.

Usage

cldkctl token delete [id] [flags]

Aliases

delete, del, rm

Steps

Follow the steps below to run and view the result of this command:

  1. Identify the Token ID you want to delete. Refer to the Token List section to view all existing tokens.

  2. Run the following command to delete the selected token:

Replace <token_id> with the actual ID .

  1. Once executed, the system will permanently remove the token and confirm success “Cldkctl token deleted”.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the token delete subcommand.

Last updated