Skip to main content
DELETE
/
agents
/
tasks
/
{task_id}
/
subtasks
/
{child_id}
Unlink Subtask
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": {}
    }
  ]
}

Path Parameters

task_id
string
required
child_id
string
required

Response

Successful Response