# BaseAssetMixin.remove
Removes this asset from the project

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## BaseAssetMixin.remove() method

Removes this asset from the project

**Signature:**

```typescript
remove(): void;
```

**Returns:**

void

## Remarks

Scenes that are not nestable cannot be removed.

## Example

```ts
asset.remove();
```
