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"
}