delete_relationship
Remove an ArchiMate relationship from the active model, including any associated visual connections, using its ID.
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 | |||