Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such note.

Workflow

Calls W155 Delete timeline note.