removeEntity
Remove a specific entity from a 3D scene using its entity ID. Returns success or error if not found.
Instructions
Remove one entity created by an entity tool. Returns { success, message? } or { success: false, error } when entityId is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Entity ID to remove | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |