Delete a note


DELETE /api/project/:projectId/note/:noteId

Deletes the specified note.

Endpoint URL

https://<space_id>.repsona.com/api/project/:projectId/note/:noteId

Authorization

Owner Admin Member

Path parameters

NameTypeDescription
projectId*stringProject ID
noteId*stringNote ID

Example responses

{
  "requestedBy": 1,
  "note": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "name": "Note name",
    "sortOrder": 0,
    "description": "Note Description",
    "isWIP": false,
    "space": 1,
    "parent": null,
    "project": 1
  }
}

Human-centered, best team!

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