> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-token/delete.md).

# 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:

<figure><img src="/files/e1Ab1VyGasyaUyapaOVr" alt=""><figcaption></figcaption></figure>

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:

```
cldkctl token delete <token_id>
```

Replace `<token_id>` with the actual ID .

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

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                           |
| ---------- | ------------------------------------- |
| -h, --help | Help for the token delete subcommand. |

<br>
