# RemoveAssetOptions

> Options for removing assets

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum RemoveAssetOptions
```

## Fields

| Value                                                                                                  | Description                                      |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------ |
| [DeleteAssets](/engine/6000.0/script-reference/unityeditor/removeassetoptions/deleteassets.md)         | Delete the asset without moving it to the trash. |
| [MoveAssetToTrash](/engine/6000.0/script-reference/unityeditor/removeassetoptions/moveassettotrash.md) | The asset should be moved to trash.              |
