vk_delete_tasks_a75cf5df971f
Delete a task relation in Vikunja by providing task IDs and relation kind. Use this tool to remove a link between two tasks.
Instructions
Remove a task relation. Raw Vikunja REST proxy for DELETE /tasks/{taskID}/relations/{relationKind}/{otherTaskID}. Pass the JSON request payload in the optional body field. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The relation object | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| task_id | No | Task ID Required. | |
| otherTaskID | No | The id of the other task. Required. | |
| otherTaskId | No | The id of the other task. Required. | |
| relationKind | No | The kind of the relation. See the TaskRelation type for more info. Required. | |
| other_task_id | No | The id of the other task. Required. | |
| relation_kind | No | The kind of the relation. See the TaskRelation type for more info. Required. |