delete_relationship
Remove a relationship between entities in the Neotoma MCP server by creating a deletion observation, excluding it from snapshots and queries while maintaining auditability.
Instructions
Delete a relationship. Creates a deletion observation so the relationship is excluded from snapshots and queries. Immutable and reversible for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relationship_type | Yes | Relationship type (e.g. PART_OF, REFERS_TO, EMBEDS) | |
| source_entity_id | Yes | Source entity ID | |
| target_entity_id | Yes | Target entity ID | |
| reason | No | Optional reason for deletion (audit) | |
| user_id | No | Optional. Inferred from authentication if omitted. |