delete_relationship
Remove an ArchiMate relationship and its associated visual connections from the active model. Solves cleanup of unwanted relationships in ArchiMate diagrams.
Instructions
Delete an ArchiMate relationship from the active model.
pyArchimate also removes any visual connections that referenced the
deleted relationship.
Args:
relationship_id: ID of the relationship to delete.
Returns:
Success envelope with `data.deleted=true`.
Errors:
`RelationshipNotFoundError` when `relationship_id` is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relationship_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||