> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/removing-assets/delete.md).

# Delete

### Delete a step

<figure><img src="/files/hAxJ0UMOTyJjA7rFxSZ5" alt="" width="375"><figcaption></figcaption></figure>

The option to delete a step can be found in the ellipses button on the right of that version. Here's a short guide on what you can and can't delete:

#### ✅ What You *Can* Delete

* **Only the latest step** of an asset can be deleted.
* The step must be in one of the following states:
  * **For Review**
  * **Finished processing**

#### ❌ What You *Cannot* Delete

* **Middle steps**: Any step that is not the latest cannot be deleted.
* **Multiple steps at once**: There is no bulk delete option. Each step must be removed individually.

***

### Move asset to Trash

**To move an asset to Trash**, you must:

1. Go to the **Settings** tab of your selected asset.
2. Scroll to the bottom, and click 'Move to Trash.'

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

{% hint style="info" %}
All deleted assets will still be available in the Trash section.
{% endhint %}

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

{% hint style="info" %}
If you need to restart an asset, consider [Branching](/reviewing-assets/branching.md) and editing instead of manual deletion.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kaedim3d.com/removing-assets/delete.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
