delete_relation
Idempotently delete a relation by providing either its ID or the exact association, source, and target triple. Supports raw, issue, document, and card endpoints.
Instructions
Idempotently delete one concrete relation by relation ID or by exact association/source/target triple. Triple endpoint locators support raw, issue, document, and card. Triple deletes use the same direction semantics as create_relation and fail if the selector is ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| association | No | a string that will be trimmed | |
| source | No | Source endpoint | |
| target | No | Target endpoint | |
| direction | No | Relation traversal direction: source-to-target, target-to-source, either. Defaults to source-to-target. | |
| relation | No | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |