delete_view
Delete an ArchiMate view from the model, removing its diagram and visual elements while preserving underlying model components.
Instructions
Delete an ArchiMate view from the active model.
Removes the view and its visual nodes/connections. Underlying
elements and relationships are NOT removed.
Args:
view_id: ID of the view to delete.
Returns:
Success envelope with `data.deleted=true`.
Errors:
`ViewNotFoundError` when `view_id` is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||