delete_assets
Permanently remove assets from a project by their IDs, deleting them and clearing any entity references. Use to clean up unused assets; to detach an asset without deleting it, modify entities instead.
Instructions
Permanently delete assets by id. This is destructive; entities referencing the deleted assets will lose those references. Returns { deleted: }. When NOT to use: to remove an asset reference from an entity without deleting the asset itself (use modify_entities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| rejectReferenced | No | Fail before deletion if any asset is referenced |