Tasks
Delete Comment
Delete a comment from a task.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a comment from a task.
curl -X DELETE http://localhost:3000/api/v1/tasks/comments/clcom001 \
-H "Authorization: Bearer <token>"
{
"message": "Comment deleted successfully"
}
curl -X DELETE http://localhost:3000/api/v1/tasks/comments/clcom001 \
-H "Authorization: Bearer <token>"
{
"message": "Comment deleted successfully"
}