タスクのコメントを削除する


DELETE /api/project/:projectId/task_comment/:taskCommentId

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

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/task_comment/:taskCommentId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringプロジェクトID
taskCommentId*stringコメントID

Example responses

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

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

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