Delete Note
DELETE /v1/notes/{uuid}Path parameters
Parameter
Description
Response — 200 OK
{
"data": {
"case_note_id": 87,
"uuid": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"note_tag": "Triage",
"path": "/Triage",
"parent_id": null,
"is_folder": true,
"created_on": "2026-07-28T10:00:00.000Z",
"updated_on": "2026-08-01T11:30:00.000Z",
"attachments": [],
"linked_case": { "case_id": 42, "uuid": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d" },
"linked_object": null,
"created_by": { "user_id": 7, "email": "examiner@example.com", "first_name": "Alex", "last_name": "Rivera", "full_name": "Alex Rivera", "title": "Forensic Examiner" },
"updated_by": null
},
"deleted_uuids": [
"7c9e6679-7425-40de-944b-e07fc1f90ae7",
"0f8fad5b-d9cb-469f-a165-70867728950e",
"3d1f2c44-9b0a-4f7e-8c53-6a1e9d20b471"
]
}Examples
Errors
Status
Body
Cause
Was this helpful?