delete_collection
Remove a collection from the scene and optionally delete its contained objects.
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 | |||