Delete Kanban task link
hermes_kanban_link_deleteRemoves a dependency link between parent and child Kanban tasks, identified by their IDs, with an optional board filter, returning redacted confirmation receipts.
Instructions
Typed DELETE /api/plugins/kanban/links wrapper that removes a dependency identified by parent_id and child_id query params, with optional board query param, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | Board slug for the link lookup. Defaults to the configured default board. | |
| child_id | Yes | Child task id such as t_xxxxxxxx. | |
| parent_id | Yes | Parent task id such as t_xxxxxxxx. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |