Delete a comment on a note


DELETE /api/project/:projectId/note_comment/:noteCommentId

Deletes the specified comment.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/note_comment/:noteCommentId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
noteCommentId*stringComment ID

Example responses

{
  "requestedBy": 1,
  "project": 1,
  "noteComment": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "deletedAt": 1672498800000,
    "comment": "This is my comment.",
    "space": 1,
    "user": 1,
    "parent": null,
    "note": 1
  }
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free