delete_view
Delete an ArchiMate view and its visual nodes and connections from the active model without removing the underlying elements or relationships. Provide the view ID to delete.
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 | |||