# Managing and Deleting an Access Key

Once created, access keys will be listed in the **Access Key** section. Each key will display:

* **Name**
* **Description**
* **Access Key ID**
* **Region**
* **Creation Date**

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

To delete an access key:

Step 1: Click the **trash bin** icon under the **Actions** section next to the key you want to remove.

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

Step 2: Confirm the deletion to permanently remove the access key and associated secret.

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

> **Note**: Deleting an access key will revoke all access tied to that key immediately.


---

# 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.amove.io/amove-storage/access-key-management/managing-and-deleting-an-access-key.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.
