# Delete an API Collection

Akto allows you to delete your API collections when needed. You can delete your API collection for reasons such as removing outdated collections or cleaning up after the testing and development phases.

If you no longer need an API collection or wish to remove it, you can delete the collection. Akto will then remove all associated endpoints, the same will no longer be available in the API collection list.

In the demonstration below, let’s delete the **`"Postman API Documentation #reference"`** API collection from our API collections list.

Go to the **API Discovery > API Collection**. Check the API collection that you want to delete and click on the **Remove Collections** button.

{% embed url="<https://demo.arcade.software/jpeOH5wWCojdlqUnUSIX?embed=>" %}
Delete an API collection
{% endembed %}

In the above demonstration, we deleted the **"Postman API Documentation #reference"** collection from the API Collections list. As a result, it will no longer be available in the API collection list.


---

# 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.akto.io/api-inventory/how-to/delete-an-api-collection.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.
