Skip to main content
DELETE
/
agents
/
tasks
/
comments
/
{comment_id}
Delete Task Comment
curl --request DELETE \
  --url https://api.example.com/agents/tasks/comments/{comment_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

comment_id
string
required

Response

Successful Response