Remove a subtask link between two tasks.
The child task is not deleted, only the has_subtask edge.
Raises: NotFoundError: If either task not found or belongs to another organization.
cURL
curl --request DELETE \ --url https://api.example.com/agents/tasks/{task_id}/subtasks/{child_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response