Skip to main content
DELETE
/
tasks
/
comments
/
{id}
curl -X DELETE http://localhost:3000/api/v1/tasks/comments/clcom001 \
  -H "Authorization: Bearer <token>"
{
  "message": "Comment deleted successfully"
}

Path Parameters

id
string
required
Comment ID.
curl -X DELETE http://localhost:3000/api/v1/tasks/comments/clcom001 \
  -H "Authorization: Bearer <token>"
{
  "message": "Comment deleted successfully"
}