atelierb_remove_component
Remove a component from an Atelier B project and optionally delete its source file from disk.
Instructions
Remove a component from an Atelier B project. Optionally delete the source file from disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delete_file | No | If true, also delete the source file from disk. Default: false (only unregister) | |
| project_name | Yes | Name of the project | |
| component_name | Yes | Name of the component to remove |