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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-token/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
