delete_collection
Delete a 3D collection from the scene. Optionally remove all objects within it or unlink them while keeping them in the scene.
Instructions
Delete a collection.
Args: name: Name of the collection to delete. delete_objects: If True, also delete all objects in the collection. If False, objects are unlinked but kept in the scene.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| delete_objects | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||