unlink_file
Remove a file link from a kanban item. Provide item ID and file path, optionally with line numbers to match.
Instructions
Remove a file link from an item.
Args: item_id: The item to unlink the file from file_path: Relative path to the file line_start: Optional starting line number (must match to unlink) line_end: Optional ending line number (must match to unlink)
Returns: Dict with success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | item_id parameter | |
| line_end | No | line_end parameter | |
| file_path | Yes | file_path parameter | |
| line_start | No | line_start parameter |