akb_unlink
Remove one or all relations between two resources. Specify source and target URIs; optionally choose a relation type to unlink only that relationship.
Instructions
Remove a relation between two resources. If relation type is omitted, removes ALL relations between the two resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source resource URI | |
| target | Yes | Target resource URI | |
| relation | No | Specific relation type to remove, one of: depends_on, related_to, implements, references, attached_to, derived_from (omit to remove all) |