Delete Relationship
delete_relationshipDelete a specific relationship between two memories by supplying source hash, target hash, and relation type.
Instructions
Remove a relationship between two memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_hash | Yes | SHA-256 hash of the target memory | |
| from_hash | Yes | SHA-256 hash of the source memory | |
| relation_type | Yes | Type of relationship to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |