---
title: "Delete timeline note (author only)"
method: DELETE
path: "/orders/{id}/notes/{noteId}"
tags: ["Orders"]
---

# Delete timeline note (author only)

`DELETE /orders/{id}/notes/{noteId}`

Delete a timeline note. Only the author can delete their own notes. System-generated entries cannot be deleted.

## Path parameters

- `id` string, required — Unique identifier of the order
- `noteId` string, required — Unique identifier of the timeline note to delete

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

---

[API](https://skmtc.net/session/apis/session-services-api.md) · [All operations](https://skmtc.net/session/apis/session-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/session/session-services-api/versions/a1bb6f6c8a2e/schema)
