Delete a task comment. Only the original author may delete.
Raises: TaskCommentNotFoundError: If the comment does not exist for this organization. TaskCommentForbiddenError: If the actor is not the comment author.
cURL
curl --request DELETE \ --url https://api.example.com/agents/tasks/comments/{comment_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response