remove_relation
Remove a relation between two tasks by providing their IDs and the relation kind. Use this to undo a previously established task connection.
Instructions
Remove a relation between two tasks.
The kind has to match the one the relation was created with; see
add_relation for the list. get_task reports what a task currently has.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| other_task_id | Yes | ||
| relation_kind | No | related |