# 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: 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.kaedim3d.com/removing-assets/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.
