Delete walls, lights and other canvas elements
delete-canvas-elementsDelete up to 200 scene elements of one type by ID after validating each ID. Use dryRun to preview deletions and confirm permission before making changes.
Instructions
Delete up to 200 elements of one type from a scene by id. Every id is checked first. Deleting needs the level "create, change and delete" for scenes, which is off by default; dryRun shows what would go and whether it is allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Ids, 1 to 200 | |
| dryRun | No | Only check and report what would happen, including a refusal; change nothing | |
| elementType | Yes | Type of all elements in this call | |
| sceneIdentifier | No | Scene id or name; default the scene that is active for everyone |