remove_components
Remove one or more components from an entity by component name and get the updated entity summary. Deletes specified components while keeping the entity intact.
Instructions
Remove one or more components from an entity by component name. Returns the updated entity summary. When NOT to use: to delete the whole entity (use delete_entities) or to just disable a component (set components..enabled=false via modify_entities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity ID | |
| components | Yes |