E155: Delete timeline note
DELETE /api/sales-order-timeline-notes/:id
Removes a single timeline note. Triggered from Sales Order Detail timeline section. Provided as an escape hatch for accidental adds; notes are append-only by convention.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
{ "deletedId": "uuid" }
Echo of the deleted note's id.
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such note. |
Workflow
Calls W155 Delete timeline note.