ノートのコメントを削除する


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

指定したコメントを削除します。

Endpoint URL

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

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringプロジェクトID
noteCommentId*stringコメント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
  }
}

人を中心に、もっといいチームに!

Repsonaはチームのための理想的な仕事管理ツールです
無料ではじめる